We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2373d4 commit af4b2a0Copy full SHA for af4b2a0
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