Skip to content

Commit d2abdd3

Browse files
committed
fix: absolute path from relative
1 parent ab41625 commit d2abdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cards/TutorialCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:key="tutorial.tutorialId"
55
:data-tutorial-state="state && state.type"
66
>
7-
<router-link :to="tutorial.url" class="flex flex-column w-100 pa4 no-underline">
7+
<router-link :to="`/{tutorial.url}`" class="flex flex-column w-100 pa4 no-underline">
88
<div class="flex items-center justify-between mb3">
99
<div class="flex items-center">
1010
<img

0 commit comments

Comments
 (0)