fix: export static pages with trailing slashes
This commit is contained in:
+1
-1
Submodule docs updated: bbb5a268a7...d4a2681597
+1
-1
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user