Skip to content

Commit 130759d

Browse files
authored
Merge pull request #4 from Ziphyrien/patch-1
修正docsDir
2 parents 22956b9 + 534aa9f commit 130759d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/.vuepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineUserConfig({
3535
// hostname: 'https://your_site_url',
3636
// your git repo url
3737
docsRepo: 'https://github.com/ColdeZhang/Dominion',
38-
docsDir: 'docs/src',
38+
docsDir: 'src',
3939
docsBranch: 'master',
4040

4141
blog: false, // 禁用博客

0 commit comments

Comments
 (0)