From a2c000d467e196bce59ea0948de7b5cc094199e2 Mon Sep 17 00:00:00 2001 From: Manav Sarkar <42129636+ManavSarkar@users.noreply.github.com> Date: Sat, 9 Mar 2024 17:26:40 +0530 Subject: [PATCH] Changing basepath for new Domain --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 80bfee2..fa3a404 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -6,7 +6,7 @@ import rehypePrism from '@mapbox/rehype-prism' const nextConfig = { output: "export", distDir: "output", - basePath: '/website', + basePath: '', pageExtensions: ['js', 'jsx', 'mdx'], reactStrictMode: true, experimental: {