Skip to content

Commit a18d544

Browse files
committedAug 31, 2023
fix: temp workaround for broken navigation from 404 to home
x-ref: #2891
1 parent d40eb19 commit a18d544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/client/theme-default/NotFound.vue

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ onMounted(() => {
3737
class="link"
3838
:href="withBase(root)"
3939
:aria-label="theme.notFound?.linkLabel ?? 'go to home'"
40+
target="_self"
4041
>
4142
{{ theme.notFound?.linkText ?? 'Take me home' }}
4243
</a>

0 commit comments

Comments
 (0)
Please sign in to comment.