We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d9523 commit edf9803Copy full SHA for edf9803
next.config.js
@@ -4,8 +4,7 @@ const nextConfig = {
4
images: {
5
unoptimized: true,
6
},
7
- basePath:
8
- process.env.NODE_ENV === 'production' ? '/galkremer1.github.io' : '',
+ basePath: process.env.NODE_ENV === 'production' ? '' : '',
9
};
10
11
module.exports = nextConfig;
0 commit comments