Skip to content

Commit

Permalink
change basePath
Browse files Browse the repository at this point in the history
  • Loading branch information
kiomarzsss committed Mar 2, 2024
1 parent b530ecc commit 0425894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = {
unoptimized: true,
},
reactStrictMode: true,
basePath: "/cloudflare-scanner",
assetPrefix: isProd ? '/cloudflare-scanner' : undefined,
basePath: "/kscanner",
assetPrefix: isProd ? '/kscanner/' : undefined,
};
export default config;

0 comments on commit 0425894

Please sign in to comment.