fix: temp workaround for broken navigation from 404 to home

x-ref: #2891
pull/2893/head
Divyansh Singh 2 years ago
parent d40eb1903b
commit a18d5447f2

@ -37,6 +37,7 @@ onMounted(() => {
class="link"
:href="withBase(root)"
:aria-label="theme.notFound?.linkLabel ?? 'go to home'"
target="_self"
>
{{ theme.notFound?.linkText ?? 'Take me home' }}
</a>

Loading…
Cancel
Save