Skip to content

Commit cfa4866

Browse files
committed
changed url
1 parent a4f05d4 commit cfa4866

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/repository/repo.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<img
1111
class="repo-img-light w-100"
1212
alt="{{ include.repository }}"
13-
src="https://github-readme-stats.vercel.app/api/pin/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_light }}&show_owner={{ show_owner }}"
13+
src="https://jansteinfeld-github-og79vzyds-jan-steinfelds-projects.vercel.app/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_light }}&show_owner={{ show_owner }}"
1414
>
1515
<img
1616
class="repo-img-dark w-100"
1717
alt="{{ include.repository }}"
18-
src="https://github-readme-stats.vercel.app/api/pin/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_dark }}&show_owner={{ show_owner }}"
18+
src="https://jansteinfeld-github-og79vzyds-jan-steinfelds-projects.vercel.app/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_dark }}&show_owner={{ show_owner }}"
1919
>
2020
</a>
2121
</div>

0 commit comments

Comments
 (0)