Skip to content

Commit 0a69167

Browse files
committed
refactor(theme-default)!: set the default value of docsBranch to main
1 parent 7e97111 commit 0a69167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/theme-default/src/components/PageMeta.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const useEditNavLink = (): ComputedRef<null | NavLinkType> => {
5858
const {
5959
repo,
6060
docsRepo = repo,
61-
docsBranch = 'master',
61+
docsBranch = 'main',
6262
docsDir = '',
6363
editLinkText,
6464
} = themeLocale.value

0 commit comments

Comments
 (0)