We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e86de9 commit e185286Copy full SHA for e185286
next.config.ts
@@ -4,9 +4,6 @@ const isProd = process.env.NODE_ENV === 'production';
4
5
const nextConfig: NextConfig = {
6
output: 'export', // key part for static export
7
- basePath: '/portfolio-2026',
8
- assetPrefix: '/portfolio-2026/',
9
- reactStrictMode: true,
10
images: {
11
unoptimized: true, // needed for GitHub Pages
12
},
0 commit comments