Skip to content

Commit 693472b

Browse files
committed
Update repo pins as vercel app is down.
1 parent e81f7f6 commit 693472b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/repository/repo.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
<img
3737
class="only-light w-100"
3838
alt="{{ include.repository }}"
39-
src="https://github-readme-stats.vercel.app/api/pin/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_light }}&locale={{ lang }}&show_owner={{ show_owner }}&description_lines_count={{ max_lines }}"
39+
src="https://vps.fuchss.org/readme-stats/api/pin/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_light }}&locale={{ lang }}&show_owner={{ show_owner }}&description_lines_count={{ max_lines }}"
4040
>
4141
<img
4242
class="only-dark w-100"
4343
alt="{{ include.repository }}"
44-
src="https://github-readme-stats.vercel.app/api/pin/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_dark }}&locale={{ lang }}&show_owner={{ show_owner }}&description_lines_count={{ max_lines }}"
44+
src="https://vps.fuchss.org/readme-stats/api/pin/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_dark }}&locale={{ lang }}&show_owner={{ show_owner }}&description_lines_count={{ max_lines }}"
4545
>
4646
</a>
4747
</div>

0 commit comments

Comments
 (0)