소스 검색

docs: correct branch ref for edit links (#2229)

heygsc 1 년 전
부모
커밋
7b024d8bc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/.vitepress/config.js

+ 1 - 1
docs/.vitepress/config.js

@@ -36,7 +36,7 @@ module.exports = {
   themeConfig: {
     repo: 'vuejs/vuex',
     docsDir: 'docs',
-    docsBranch: '4.0',
+    docsBranch: 'main',
 
     editLinks: true,