diff --git a/web/next.config.ts b/web/next.config.ts index 3feb8bd..3d54c60 100644 --- a/web/next.config.ts +++ b/web/next.config.ts @@ -12,7 +12,7 @@ export default function nextConfig(phase: string): NextConfig { output: "export", basePath: productionBasePath, assetPrefix: `${productionBasePath}/`, - trailingSlash: true, + trailingSlash: false, devIndicators: false, }