1 parent 016b270 commit 9e46bacCopy full SHA for 9e46bac
1 file changed
next.config.ts
@@ -4,9 +4,9 @@ const isProd = process.env.NODE_ENV ==='production';
4
5
const nextConfig: NextConfig = {
6
/* config options here */
7
- output: isProd ? 'export' : 'standalone',
8
- basePath: isProd ? '/Portfolio' : '',
9
- assetPrefix: isProd ? '/Portfolio/' : '',
+ output: 'export',
+ basePath: '/Portfolio',
+ assetPrefix: '/Portfolio/',
10
trailingSlash: true,
11
};
12
0 commit comments