From 7f096400984bedbd5595c9622b9eb3d26c76e66b Mon Sep 17 00:00:00 2001 From: jLynx Date: Mon, 1 Jan 2024 17:00:16 +1300 Subject: [PATCH] Added base path --- .nojekyll | 0 next.config.js | 1 + 2 files changed, 1 insertion(+) delete mode 100644 .nojekyll diff --git a/.nojekyll b/.nojekyll deleted file mode 100644 index e69de29..0000000 diff --git a/next.config.js b/next.config.js index 4a65db6..73e2ac0 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,7 @@ const nextConfig = { output: "export", + basePath: '/MayhemHub', reactStrictMode: true, // Enable React strict mode for improved error handling swcMinify: true, // Enable SWC minification for improved performance compiler: {