Skip to content

Commit 16498f4

Browse files
committed
Fix next.config
1 parent b7381e1 commit 16498f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ export default withNextra({
1515
output: "export",
1616
images: { unoptimized: true },
1717
trailingSlash: true,
18-
basePath: isProd ? basePath : "",
19-
assetPrefix: isProd ? `${basePath}/` : "",
18+
// basePath: isProd ? basePath : "",
19+
// assetPrefix: isProd ? `${basePath}/` : "",
2020
});

0 commit comments

Comments
 (0)