We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9dae50 commit 9b0855fCopy full SHA for 9b0855f
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