fix: set trailingSlash to false in next.config.ts
This commit is contained in:
+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: true,
|
trailingSlash: false,
|
||||||
devIndicators: false,
|
devIndicators: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user