From 9ed4dba85cf763839ed98a428972d738b9ddf02a Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Mon, 22 May 2023 12:37:48 +0800 Subject: [PATCH] fix: add config to ignore dead links during build --- docs/.vitepress/config/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config/theme.ts b/docs/.vitepress/config/theme.ts index cec1aadf..274a9863 100644 --- a/docs/.vitepress/config/theme.ts +++ b/docs/.vitepress/config/theme.ts @@ -29,7 +29,7 @@ export const themeConfig: DefaultTheme.Config = { { icon: 'github', link: 'https://github.com/andatoshiki' }, { icon: 'twitter', link: 'https://twitter.com/andatoshiki' }, ], - + ignoreDeadLinks: true // custom vue components // @ts-ignore // surpress errors originated from the lines below of custom coponent configs in typescript