Skip to content

Commit 2e9e758

Browse files
committed
ci: fix nextConfig
1 parent bc98601 commit 2e9e758

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

apps/web/next.config.mjs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {};
2+
const nextConfig = {
3+
images: {
4+
unoptimized: true,
5+
},
6+
// Remove static export for Vercel deployment
7+
// output: 'export',
8+
// basePath: process.env.NODE_ENV === 'production' ? '/swush-me-app' : '',
9+
};
310

411
export default nextConfig;

0 commit comments

Comments
 (0)