From 3c0d0bbd8ba9446af573387f1c2c45e0744aab0a Mon Sep 17 00:00:00 2001 From: Guda chen Date: Mon, 2 Sep 2024 18:12:38 +1000 Subject: [PATCH] Change the owner for commits grapth. --- .gitignore | 1 + docs/en/index.vue | 2 +- docs/zh/index.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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;