Skip to content

Commit 7fab471

Browse files
committed
website base url
1 parent c2a17bf commit 7fab471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/RepoCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
rounded="0"
55
:border="true"
66
:class="(smAndDown ? 'mb-0' : 'mb-8') + ' flex-grow-1'"
7-
:href="`https://${repo.organization}/${repo.name}`"
7+
:href="`https://${repo.organization}.github.io/${repo.name}`"
88
target="_blank"
99
>
1010
<div v-if="repo.image" class="img-fix-container">

0 commit comments

Comments
 (0)