Skip to content

Commit 048a2ae

Browse files
committed
fix: add hub.docker.com to netlify checklinks todoPatterns
1 parent e1d6ff9 commit 048a2ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[[context.deploy-preview.plugins]]
1111
package = "netlify-plugin-checklinks"
1212
[context.deploy-preview.plugins.inputs]
13-
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "/v/" ]
13+
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "/v/", "hub.docker.com" ]
1414
skipPatterns = [ ".rss", ".gif", ".jpg" ]
1515
checkExternal = true
1616

0 commit comments

Comments
 (0)