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' + } + } +}