mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: god mode redireciton without trailing slash. (#4811)
This commit is contained in:
parent
707c4f9e8d
commit
c5b1d95c76
@ -4,6 +4,7 @@ require("dotenv").config({ path: ".env" });
|
|||||||
const { withSentryConfig } = require("@sentry/nextjs");
|
const { withSentryConfig } = require("@sentry/nextjs");
|
||||||
|
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
|
trailingSlash: true,
|
||||||
reactStrictMode: false,
|
reactStrictMode: false,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
|
Loading…
Reference in New Issue
Block a user