fix: add config to ignore dead links during build

This commit is contained in:
Anda Toshiki 2023-05-22 14:27:40 +08:00
parent 9ed4dba85c
commit fe72d2bf52
2 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@ export default defineConfig({
},
},
},
ignoreDeadLinks: true
})
customElements // custom element tags of markdown-it-katex in vitepress

View File

@ -29,7 +29,6 @@ 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