We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb92c91 commit 91af90aCopy full SHA for 91af90a
apps/web/app/components/ticket/NamecardSection.vue
@@ -35,7 +35,7 @@ const basePath = useWithBase()
35
<div class="buttons-wrapper">
36
<VFLinkButton
37
class="action-button"
38
- :href="`${currentLocale === 'ja' ? '/' : `/${currentLocale}/`}namecard/`"
+ :href="basePath(`${currentLocale === 'ja' ? '/' : `/${currentLocale}/`}namecard/`)"
39
background-color="vue-green/200"
40
color="white"
41
>
0 commit comments