fix: god mode redireciton without trailing slash. (#4811)

This commit is contained in:
Prateek Shourya
2024-06-14 17:00:35 +05:30
committed by GitHub
parent 707c4f9e8d
commit c5b1d95c76
+1
View File
@@ -4,6 +4,7 @@ require("dotenv").config({ path: ".env" });
const { withSentryConfig } = require("@sentry/nextjs");
const nextConfig = {
trailingSlash: true,
reactStrictMode: false,
swcMinify: true,
output: "standalone",