We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df12c72 commit 643e197Copy full SHA for 643e197
next.config.ts
@@ -7,6 +7,7 @@ const nextConfig: NextConfig = {
7
unoptimized: true,
8
},
9
basePath: '/seminar-visualds.github.io',
10
+ trailingSlash: true,
11
};
12
13
export default nextConfig;
0 commit comments