From a18d5447f29f05d75bf0e20ff839e5c3bcdac390 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Thu, 31 Aug 2023 17:46:14 +0530 Subject: [PATCH] fix: temp workaround for broken navigation from 404 to home x-ref: #2891 --- src/client/theme-default/NotFound.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/theme-default/NotFound.vue b/src/client/theme-default/NotFound.vue index 8861062f..35c107f7 100644 --- a/src/client/theme-default/NotFound.vue +++ b/src/client/theme-default/NotFound.vue @@ -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' }}