We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905c9bc commit ddeba34Copy full SHA for ddeba34
website/next.config.ts
@@ -8,6 +8,7 @@ const basePath = process.env.REPOSITORY_NAME
8
const nextConfig: NextConfig = {
9
reactStrictMode: true,
10
reactCompiler: true,
11
+ trailingSlash: true,
12
poweredByHeader: false,
13
output: 'export',
14
basePath,
0 commit comments