Skip to content

Commit fcaeec9

Browse files
Update .gitignore and VitePress configuration
- Add .vitepress/dist to .gitignore - Enable ignoring dead links in VitePress configuration
1 parent 40ec616 commit fcaeec9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
node_modules
44
.vitepress/cache
5+
.vitepress/dist
56

67
.DS_Store

.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const vitePressConfig: UserConfig = {
1313
rewrites: {
1414
'en/:rest*': ':rest*'
1515
},
16+
ignoreDeadLinks: true,
1617
head: [
1718
['link', { rel: 'icon', href: '/favicon.ico' }]
1819
],

0 commit comments

Comments
 (0)