We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24eaa87 commit 687aa80Copy full SHA for 687aa80
1 file changed
next.config.ts
@@ -7,6 +7,7 @@ const nextConfig: NextConfig = {
7
experimental: {
8
viewTransition: true,
9
},
10
+ trailingSlash: true,
11
images: {
12
dangerouslyAllowLocalIP: process.env.NODE_ENV === "development",
13
remotePatterns: [
0 commit comments