|
|
|
@ -22,7 +22,7 @@ const { currentLang } = useLangs()
|
|
|
|
|
<div class="action">
|
|
|
|
|
<a
|
|
|
|
|
class="link"
|
|
|
|
|
:href="withBase(currentLang.link)"
|
|
|
|
|
:href="withBase(theme.notFound?.link ?? currentLang.link)"
|
|
|
|
|
:aria-label="theme.notFound?.linkLabel ?? 'go to home'"
|
|
|
|
|
>
|
|
|
|
|
{{ theme.notFound?.linkText ?? 'Take me home' }}
|
|
|
|
|