fix: god mode redireciton without trailing slash. (#4811)
This commit is contained in:
parent
707c4f9e8d
commit
c5b1d95c76
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ require("dotenv").config({ path: ".env" });
|
|||
const { withSentryConfig } = require("@sentry/nextjs");
|
||||
|
||||
const nextConfig = {
|
||||
trailingSlash: true,
|
||||
reactStrictMode: false,
|
||||
swcMinify: true,
|
||||
output: "standalone",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue