Skip to content

Commit e185286

Browse files
committed
Revert change to base paths
1 parent 5e86de9 commit e185286

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

next.config.ts

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

55
const nextConfig: NextConfig = {
66
output: 'export', // key part for static export
7-
basePath: '/portfolio-2026',
8-
assetPrefix: '/portfolio-2026/',
9-
reactStrictMode: true,
107
images: {
118
unoptimized: true, // needed for GitHub Pages
129
},

0 commit comments

Comments
 (0)