From 726adde040d0e7a0eb2d5c3d2996dba88295cf51 Mon Sep 17 00:00:00 2001 From: DieselTech <30128380+DieselTech@users.noreply.github.com> Date: Sun, 17 Nov 2024 19:50:20 -0500 Subject: [PATCH] Update next.config.mjs Trying with no base path --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index b042022..1d4dbbc 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -12,7 +12,7 @@ export default withNextra({ reactStrictMode: true, trailingSlash: true, // assetPrefix, - basePath: '/wiki', + basePath: '', output: "export", images: { unoptimized: true,