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 ab41625 commit f5a285cCopy full SHA for f5a285c
src/components/cards/TutorialCard.vue
@@ -4,7 +4,7 @@
4
:key="tutorial.tutorialId"
5
:data-tutorial-state="state && state.type"
6
>
7
- <router-link :to="tutorial.url" class="flex flex-column w-100 pa4 no-underline">
+ <router-link :to="`/${tutorial.url}`" class="flex flex-column w-100 pa4 no-underline">
8
<div class="flex items-center justify-between mb3">
9
<div class="flex items-center">
10
<img
0 commit comments