Skip to content

Commit 7d321b4

Browse files
committed
fix: ignore Medium 403 errors
1 parent 8bb4e8c commit 7d321b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netlify.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ package = "/node_modules/netlify-plugin-checklinks"
6060

6161
todoServerErrorPatterns = [
6262
"https://doc.libsodium.org",
63+
# Suddenly Medium is sending 403 errors to scrapers.
64+
"https://medium.com",
6365
]
6466

6567
[[headers]]

0 commit comments

Comments
 (0)