We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7381e1 commit 16498f4Copy full SHA for 16498f4
1 file changed
next.config.mjs
@@ -15,6 +15,6 @@ export default withNextra({
15
output: "export",
16
images: { unoptimized: true },
17
trailingSlash: true,
18
- basePath: isProd ? basePath : "",
19
- assetPrefix: isProd ? `${basePath}/` : "",
+ // basePath: isProd ? basePath : "",
+ // assetPrefix: isProd ? `${basePath}/` : "",
20
});
0 commit comments