There was an error while loading. Please reload this page.
1 parent f2373d4 commit af4b2a0Copy full SHA for af4b2a0
1 file changed
next.config.ts
@@ -6,8 +6,8 @@ const nextConfig: NextConfig = {
6
images: {
7
unoptimized: true,
8
},
9
- // basePath: '/group-seminar.github.io',
10
- // assetPrefix: '/group-seminar.github.io',
+ basePath: '/group-seminar.github.io',
+ assetPrefix: '/group-seminar.github.io',
11
trailingSlash: true,
12
};
13
0 commit comments