Skip to content

Commit

Permalink
chore: Add basePath and assetPrefix to next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mashharuki committed Jun 8, 2024
1 parent 8090b5e commit 0c879d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const nextConfig = withPWA({
"bafkreidkyzvx746bw6465ky6wwmb23lbwqp6qbyeoosfdbi4osdkemtqle.ipfs.w3s.link",
],
},
basePath: "/IntmaxRepo",
assetPrefix: "/IntmaxRepo/",
});

module.exports = nextConfig;

0 comments on commit 0c879d5

Please sign in to comment.