We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a77e98 commit 682fc87Copy full SHA for 682fc87
1 file changed
next.config.mjs
@@ -18,9 +18,8 @@ const nextConfig = {
18
},
19
output: "export",
20
trailingSlash: true,
21
- basePath: process.env.NODE_ENV === "production" ? "/scribbletune-docs" : "",
22
- assetPrefix:
23
- process.env.NODE_ENV === "production" ? "/scribbletune-docs/" : "",
+ basePath: "",
+ assetPrefix: "",
24
experimental: {
25
webpackBuildWorker: true,
26
parallelServerBuildTraces: true,
0 commit comments