Skip to content

Commit

Permalink
🔧 misc(link_checker): skip vultr.com links
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 16, 2024
1 parent 3672a94 commit 0158097
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ smart_punctuation = true

[link_checker]
internal_level = "warn"
skip_prefixes = [
"https://www.vultr.com/",
]
skip_anchor_prefixes = [
"https://github.com/",
]
Expand Down

0 comments on commit 0158097

Please sign in to comment.