From 5c1a456c8e2d8c5fbb5a87cfa2624403b48d8f07 Mon Sep 17 00:00:00 2001 From: hade Date: Thu, 15 Feb 2024 12:02:33 +0700 Subject: [PATCH] build: update base path --- next.config.js | 1 + 1 file changed, 1 insertion(+) 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: