From 7151a93952a71e122e4c87494ba6db262bc54be6 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Thu, 5 Mar 2026 10:36:08 -0700 Subject: [PATCH] Update next.config.mjs --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index f588b02..9c0b7f6 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -6,4 +6,5 @@ const withGuider = guider({ export default withGuider({ output: 'export', + basePath: '/docs', });