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 1cfdb63 commit 8b76850Copy full SHA for 8b76850
next.config.ts
@@ -7,6 +7,7 @@ const nextConfig: NextConfig = {
7
unoptimized: true,
8
},
9
basePath: '/group-seminar.github.io',
10
+ assetPrefix: '/group-seminar.github.io',
11
trailingSlash: true,
12
};
13
0 commit comments