Skip to content

Commit 9e46bac

Browse files
committed
make the build work in ci
1 parent 016b270 commit 9e46bac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

next.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ const isProd = process.env.NODE_ENV ==='production';
44

55
const nextConfig: NextConfig = {
66
/* config options here */
7-
output: isProd ? 'export' : 'standalone',
8-
basePath: isProd ? '/Portfolio' : '',
9-
assetPrefix: isProd ? '/Portfolio/' : '',
7+
output: 'export',
8+
basePath: '/Portfolio',
9+
assetPrefix: '/Portfolio/',
1010
trailingSlash: true,
1111
};
1212

0 commit comments

Comments
 (0)