Skip to content

Commit

Permalink
fix: add ignoreDeadLinks config
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed May 12, 2024
1 parent 656fa56 commit 96d2be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineConfig({
description: '코드당 프로젝트의 거의 모든 것을 담은 문서',
titleTemplate: false,
lastUpdated: true,
ignoreDeadLinks: 'localhostLinks',

sitemap: {
hostname: 'https://docs.codedang.com'
Expand Down

0 comments on commit 96d2be7

Please sign in to comment.