We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a17bf commit 7fab471Copy full SHA for 7fab471
src/components/RepoCard.vue
@@ -4,7 +4,7 @@
4
rounded="0"
5
:border="true"
6
:class="(smAndDown ? 'mb-0' : 'mb-8') + ' flex-grow-1'"
7
- :href="`https://${repo.organization}/${repo.name}`"
+ :href="`https://${repo.organization}.github.io/${repo.name}`"
8
target="_blank"
9
>
10
<div v-if="repo.image" class="img-fix-container">
0 commit comments