Skip to content

Commit

Permalink
feat: update repo and docsRepo config
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 5, 2024
1 parent 9761a9b commit bada5cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export default defineUserConfig({
theme: defaultTheme({
hostname: 'https://v2.vuepress.vuejs.org',
logo: '/images/hero.png',
repo: 'vuepress/docs',
repo: 'vuepress/core',
docsRepo: 'vuepress/docs',
docsDir: 'docs',

// theme-level locales config
Expand Down

0 comments on commit bada5cd

Please sign in to comment.