diff --git a/docs b/docs index bbb5a26..d4a2681 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit bbb5a268a70e5ee52414c2e9038f3d4f056ec6db +Subproject commit d4a26815971c60478389342951f44dbdaaa8bbc8 diff --git a/web/next.config.ts b/web/next.config.ts index b4c8a9d..c6ec7bd 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: false, + trailingSlash: true, devIndicators: false, reactStrictMode: false, }