We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337c7b9 commit c69837aCopy full SHA for c69837a
‎.vitepress/config.mts‎
@@ -25,6 +25,8 @@ export default defineConfig({
25
},
26
nav: [
27
{ text: 'Startseite', link: '/de/' },
28
+ { text: 'Impressum', link: 'https://epiph.yt/impressum/' },
29
+ { text: 'Datenschutzerklärung', link: 'https://epiph.yt/datenschutz/' },
30
],
31
notFound: {
32
title: 'Seite nicht gefunden',
@@ -58,6 +60,8 @@ export default defineConfig({
58
60
59
61
62
{ text: 'Home', link: '/' },
63
+ { text: 'Legal Notice', link: 'https://epiph.yt/en/imprint/' },
64
+ { text: 'Privacy Policy', link: 'https://epiph.yt/en/privacy-policy/' },
65
66
search: {
67
options: {
0 commit comments