diff --git a/.gitignore b/.gitignore index a92b509e..bde72121 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ node_modules yarn.lock route.bash .vitepress/dev.json +.vitepress/.DS_Store diff --git a/docs/en/index.vue b/docs/en/index.vue index 335b7daf..cb893669 100644 --- a/docs/en/index.vue +++ b/docs/en/index.vue @@ -46,7 +46,7 @@ export default { const fetchContributions = async () => { try { - const owner = 'M1hono'; + const owner = 'CrychicTeam'; const repo = 'CrychicDoc'; let allCommits = []; let page = 1; diff --git a/docs/zh/index.vue b/docs/zh/index.vue index 802eb1ef..bd375d45 100644 --- a/docs/zh/index.vue +++ b/docs/zh/index.vue @@ -46,7 +46,7 @@ export default { const fetchContributions = async () => { try { - const owner = 'M1hono'; + const owner = 'CrychicTeam'; const repo = 'CrychicDoc'; let allCommits = []; let page = 1;