mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:25:56 +00:00
fix: add config to ignore dead links during build
This commit is contained in:
parent
9ed4dba85c
commit
fe72d2bf52
@ -23,6 +23,7 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
ignoreDeadLinks: true
|
||||
})
|
||||
|
||||
customElements // custom element tags of markdown-it-katex in vitepress
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user