We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0f22c commit 64ea78fCopy full SHA for 64ea78f
.dumirc.ts
@@ -9,8 +9,8 @@ export default defineConfig({
9
},
10
exportStatic: {},
11
outputPath: 'docs-dist',
12
- base: isGitPagesSite ? `/rc-overflow/` : ``,
13
- publicPath: isGitPagesSite ? `/rc-overflow/` : ``,
+ base: isGitPagesSite ? `/rc-overflow/` : `/`,
+ publicPath: isGitPagesSite ? `/rc-overflow/` : `/`,
14
styles: [
15
`
16
.markdown table {
0 commit comments