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 a85e6e2 commit 06dbab9Copy full SHA for 06dbab9
next.config.ts
@@ -2,7 +2,7 @@ import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
output: "export",
5
- trailingSlash: false,
+ trailingSlash: true,
6
eslint: {
7
// Warning: This allows production builds to successfully complete even if
8
// your project has ESLint errors.
0 commit comments