diff --git a/packages/web/next.config.js b/packages/web/next.config.js index a5dd2e9b..a15d7602 100644 --- a/packages/web/next.config.js +++ b/packages/web/next.config.js @@ -13,6 +13,7 @@ module.exports = withBundleAnalyzer({ reactStrictMode: true, target: "serverless", poweredByHeader: false, + trailingSlash: true, serverRuntimeConfig: { PROJECT_ROOT: __dirname, // https://github.com/vercel/next.js/issues/8251 VERSION: process.env.HIDE_LOG4BRAINS_VERSION ? "" : packageJson.version