From 8a3b65c9dc3a044f70761d347b889653655ac7de Mon Sep 17 00:00:00 2001 From: mohitbkl Date: Mon, 15 Apr 2024 12:19:03 +0300 Subject: [PATCH] changed baseUrl --- .docs/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/next.config.mjs b/.docs/next.config.mjs index c6ae1a7..5e40ee1 100644 --- a/.docs/next.config.mjs +++ b/.docs/next.config.mjs @@ -6,5 +6,5 @@ const withGuider = guider({ export default withGuider({ output: 'export', - basePath: '', + basePath: '/providers', });