Skip to content

Commit

Permalink
fix: use new card url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed Dec 17, 2023
1 parent 3ef3910 commit 151fbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const config: RouteConfig = {
cocoa:
"https://jabolo-stats.vercel.app/api?username=Jabolol&theme=dracula&hide_border=false&include_all_commits=false&count_private=true&show_icons=true",
vanilla:
"https://github-readme-streak-stats-eight-iota.vercel.app/?user=Jabolol&theme=dracula&hide_border=false",
"https://github-readme-streak-stats.herokuapp.com/?user=Jabolol&theme=dracula&hide_border=false",
},
schedule: "*/20 * * * *",
};

0 comments on commit 151fbd5

Please sign in to comment.