Skip to content

Commit

Permalink
website base url
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Feb 22, 2024
1 parent c2a17bf commit 7fab471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RepoCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rounded="0"
:border="true"
:class="(smAndDown ? 'mb-0' : 'mb-8') + ' flex-grow-1'"
:href="`https://${repo.organization}/${repo.name}`"
:href="`https://${repo.organization}.github.io/${repo.name}`"
target="_blank"
>
<div v-if="repo.image" class="img-fix-container">
Expand Down

0 comments on commit 7fab471

Please sign in to comment.