diff --git a/pkgs/frontend/next.config.js b/pkgs/frontend/next.config.js index f2cc515..8cdc828 100644 --- a/pkgs/frontend/next.config.js +++ b/pkgs/frontend/next.config.js @@ -26,6 +26,8 @@ const nextConfig = withPWA({ "bafkreidkyzvx746bw6465ky6wwmb23lbwqp6qbyeoosfdbi4osdkemtqle.ipfs.w3s.link", ], }, + basePath: "/IntmaxRepo", + assetPrefix: "/IntmaxRepo/", }); module.exports = nextConfig;