From 9d6a67411a342a133ea15e8bb5902a81181b9c4b Mon Sep 17 00:00:00 2001 From: Phil Date: Thu, 29 May 2025 11:01:00 +0200 Subject: [PATCH] Changed Imprint --- .vitepress/config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.js b/.vitepress/config.js index 419abe2..d7760ea 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -1,4 +1,10 @@ export default { title: 'hackmi.ch', description: 'hackmi.ch', -} \ No newline at end of file + themeConfig: { + footer: { + message: 'Imprint / Impressum / Privacy Policy', + copyright: 'Copyright © 2025 hackmi.ch' + } + } +}