Skip to content

Commit edf9803

Browse files
committed
reverting basepath
1 parent 58d9523 commit edf9803

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ const nextConfig = {
44
images: {
55
unoptimized: true,
66
},
7-
basePath:
8-
process.env.NODE_ENV === 'production' ? '/galkremer1.github.io' : '',
7+
basePath: process.env.NODE_ENV === 'production' ? '' : '',
98
};
109

1110
module.exports = nextConfig;

0 commit comments

Comments
 (0)