diff --git a/next.config.js b/next.config.js index 562821f..7cc0d27 100644 --- a/next.config.js +++ b/next.config.js @@ -8,6 +8,7 @@ module.exports = { images: { unoptimized: true }, }), output: 'export', + basePath: "/production-grade-dapps", } // If you have other Next.js configurations, you can pass them as the parameter: