fix: export static pages with trailing slashes

This commit is contained in:
mlogclub
2026-07-28 18:19:03 +08:00
parent 3ecab73168
commit 8e7d3482a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
}