Browse Source

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

heygsc 1 year ago
parent
commit
7b024d8bc7
1 changed files with 1 additions and 1 deletions
  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,