Skip to content

Commit 682fc87

Browse files
committed
Update Next.js config for custom domain
1 parent 1a77e98 commit 682fc87

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

next.config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ const nextConfig = {
1818
},
1919
output: "export",
2020
trailingSlash: true,
21-
basePath: process.env.NODE_ENV === "production" ? "/scribbletune-docs" : "",
22-
assetPrefix:
23-
process.env.NODE_ENV === "production" ? "/scribbletune-docs/" : "",
21+
basePath: "",
22+
assetPrefix: "",
2423
experimental: {
2524
webpackBuildWorker: true,
2625
parallelServerBuildTraces: true,

0 commit comments

Comments
 (0)