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",
|
output: "export",
|
||||||
basePath: productionBasePath,
|
basePath: productionBasePath,
|
||||||
assetPrefix: `${productionBasePath}/`,
|
assetPrefix: `${productionBasePath}/`,
|
||||||
trailingSlash: false,
|
trailingSlash: true,
|
||||||
devIndicators: false,
|
devIndicators: false,
|
||||||
reactStrictMode: false,
|
reactStrictMode: false,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user