diff --git a/web/next.config.js b/web/next.config.js index ea6f9e7ed..ad2914df0 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -4,6 +4,7 @@ require("dotenv").config({ path: ".env" }); const { withSentryConfig } = require("@sentry/nextjs"); const nextConfig = { + trailingSlash: true, reactStrictMode: false, swcMinify: true, output: "standalone",