From 70d90b3a6c00d5fc697a57c852052d13451192b1 Mon Sep 17 00:00:00 2001 From: Dusan Morhac <55763425+dudo50@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:18:23 +0200 Subject: [PATCH] Update config.mts --- .vitepress/config.mts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 612f94d..4e2c557 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -24,5 +24,6 @@ export default defineConfig({ socialLinks: [ { icon: 'github', link: 'https://github.com/vuejs/vitepress' } ] - } + }, + ignoreDeadLinks: true })