From 20cf713fbc27ddfbd1d4b3eef98a6659d2926689 Mon Sep 17 00:00:00 2001 From: wuxh Date: Tue, 2 Apr 2024 12:53:34 +0800 Subject: [PATCH] chore: fix local development redirection error --- .dumirc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.dumirc.ts b/.dumirc.ts index 221cb46..b7bb3f8 100644 --- a/.dumirc.ts +++ b/.dumirc.ts @@ -9,8 +9,8 @@ export default defineConfig({ }, exportStatic: {}, outputPath: 'docs-dist', - base: isGitPagesSite ? `/rc-overflow/` : ``, - publicPath: isGitPagesSite ? `/rc-overflow/` : ``, + base: isGitPagesSite ? `/rc-overflow/` : `/`, + publicPath: isGitPagesSite ? `/rc-overflow/` : `/`, styles: [ ` .markdown table {