diff --git a/public/_redirects b/public/_redirects index 04c537e..b441d96 100644 --- a/public/_redirects +++ b/public/_redirects @@ -1,4 +1,5 @@ https://moritz-ruth.de/* https://moritzruth.de/:splat 301! /terms /terms-and-conditions /agb /terms-and-conditions +/kontakt /contact /* /index.html 200 diff --git a/src/components/NavigationMenu.vue b/src/components/NavigationMenu.vue index 4c26387..7c58420 100644 --- a/src/components/NavigationMenu.vue +++ b/src/components/NavigationMenu.vue @@ -15,7 +15,7 @@ :class="[scrolled && 'shadow-lg', active ? 'opacity-100' : '-sm:opacity-0 -sm:pointer-events-none']" >
-
+
+
+

+ {{ t("heading") }} +

+

+ + {{ t("back") }} + +

+
+ + + + en: + heading: This page does not exist. + back: Back to home + cat: Show me a picture of a cat + + de: + heading: Diese Seite existiert nicht. + cat: Zeig mir ein Bild einer Katze + back: Zurück zur Startseite + + +