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', });