diff --git a/.vitepress/config.ts b/.vitepress/config.ts index ecf261e..e26fb7f 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -70,4 +70,8 @@ export default defineConfigWithTheme({ }, cleanUrls: true, lastUpdated: true, + ignoreDeadLinks: [ + // ignore all localhost links + /^https?:\/\/localhost/, + ] });