Skip to content

Commit

Permalink
feat: ignore dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Oct 6, 2024
1 parent 878ebb0 commit bb28a89
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 @@ -9,6 +9,7 @@ export default defineConfig({

lastUpdated: true,

ignoreDeadLinks: true,
head: [
["meta", { name: "theme-color", content: "#000000" }],
["meta", { property: "og:url", content: "https://parsek.dev/" }],
Expand Down

0 comments on commit bb28a89

Please sign in to comment.