diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 23aaf4f..ea60a90 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -9,6 +9,10 @@ export default defineConfig({ head: [ ['link', { rel: 'icon', href: '/favicon.ico' }] ], + + // Can be removed as soon as the legacy content is removed + srcExclude: [ '**/legacy/**' ], + themeConfig: { logo: '/images/svg/naemonlogo.svg',