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' }}