Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
linx2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 2, 2024
1 parent 4fc9427 commit edef7b0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@
[[context.deploy-preview.plugins]]
package = "netlify-plugin-checklinks"
[context.deploy-preview.plugins.inputs]
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "fragment-check", "docs.google.com/forms", "/v/" ]
todoPatterns = [
"load",
"CHANGELOG.html",
"x.com",
"twitter.com",
"yargs.js.org/docs",
"https://github.com/issues",
"https://support.patreon.com",
"docs.google.com/document",
"docs.google.com/forms",
"/v/"
]
skipPatterns = [ ".rss", ".gif", ".jpg" ]
checkExternal = true

Expand Down

0 comments on commit edef7b0

Please sign in to comment.