Skip to content

Commit

Permalink
IgnoreDead Links
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFloodDragon committed Feb 12, 2024
1 parent 5140772 commit 9ac38fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { head, nav, sidebar } from './configs'
const APP_BASE_PATH = basename(process.env.GITHUB_REPOSITORY || '')

export default defineConfig({

outDir: '../dist',
base: APP_BASE_PATH ? `/${APP_BASE_PATH}/` : '/',

Expand All @@ -15,6 +16,8 @@ export default defineConfig({
description: '不太聪明的驿站 乐子记录之路',
head,

ignoreDeadLinks: true,

lastUpdated: true,
cleanUrls: true,

Expand Down

0 comments on commit 9ac38fe

Please sign in to comment.