Skip to content

Commit

Permalink
Change the owner for commits grapth.
Browse files Browse the repository at this point in the history
  • Loading branch information
M1hono committed Sep 2, 2024
1 parent 210d6bf commit 3c0d0bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ node_modules
yarn.lock
route.bash
.vitepress/dev.json
.vitepress/.DS_Store
2 changes: 1 addition & 1 deletion docs/en/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default {
const fetchContributions = async () => {
try {
const owner = 'M1hono';
const owner = 'CrychicTeam';
const repo = 'CrychicDoc';
let allCommits = [];
let page = 1;
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default {
const fetchContributions = async () => {
try {
const owner = 'M1hono';
const owner = 'CrychicTeam';
const repo = 'CrychicDoc';
let allCommits = [];
let page = 1;
Expand Down

0 comments on commit 3c0d0bb

Please sign in to comment.