From 2aaf6bd273d96d4b4e4cd4a9d916ff5dc182bca6 Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Fri, 26 Apr 2024 01:48:18 +0000 Subject: [PATCH] deploy to root --- next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 9c0b7f6..f588b02 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -6,5 +6,4 @@ const withGuider = guider({ export default withGuider({ output: 'export', - basePath: '/docs', });