Skip to content

Commit

Permalink
fix: temp workaround for broken navigation from 404 to home
Browse files Browse the repository at this point in the history
x-ref: #2891
  • Loading branch information
brc-dd committed Aug 31, 2023
1 parent d40eb19 commit a18d544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/theme-default/NotFound.vue
Expand Up @@ -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>
Expand Down

0 comments on commit a18d544

Please sign in to comment.