Skip to content

Commit 7fda052

Browse files
committed
hotfix: re-disable checklinks plugin
1 parent a7cae80 commit 7fda052

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

netlify.toml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Enable broken link checking in Netlify CI
2-
[[plugins]]
3-
package = "netlify-plugin-checklinks"
4-
[plugins.inputs]
5-
entryPoints = [
6-
"*.html",
7-
]
8-
9-
recursive = true
10-
pretty = true
11-
checkExternal = false
12-
13-
# Sometimes the checklinks plugin fails to get a positive result for
14-
# Google Web Fonts links, even though they work just fine.
15-
skipPatterns = [ "https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,700;1,400;1,700&display=swap" ]
2+
# Disabling; should be turned on again with https://github.com/holochain/docs-pages/pull/600
3+
# [[plugins]]
4+
# package = "netlify-plugin-checklinks"
5+
# [plugins.inputs]
6+
# entryPoints = [
7+
# "*.html",
8+
# ]
9+
10+
# recursive = true
11+
# pretty = true
12+
# checkExternal = false
13+
14+
# # Sometimes the checklinks plugin fails to get a positive result for
15+
# # Google Web Fonts links, even though they work just fine.
16+
# skipPatterns = [ "https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,700;1,400;1,700&display=swap" ]
1617

1718
[[headers]]
1819
for = "/*"

0 commit comments

Comments
 (0)