From a180227356ef0642ddadf3d68ce99325a70c6711 Mon Sep 17 00:00:00 2001 From: tony Date: Mon, 15 May 2023 16:09:51 -0700 Subject: [PATCH] Changed basepath to empty string for next config file. --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 68ddb05..0b9f229 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ const nextConfig = { // This is the base path for your application. - basePath: '/', + basePath: '', // This is the environment that your application is running in. env: {