diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 02d6c94..6f0534e 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -104,11 +104,12 @@ export default defineConfig({ { icon: 'linkedin', link: 'https://www.linkedin.com/company/libre-solar/' }, ], editLink: { - pattern: 'https://github.com/LibreSolar/libresolar.github.io/edit/main/:path', + pattern: 'https://github.com/LibreSolar/libresolar.github.io/edit/main/src/:path', }, footer: { - message: 'The Libre Solar Project | Contact / Impressum', + message: 'The Libre Solar Project | ' + + 'Contact / Impressum', }, }, lastUpdated: true,