Skip to content

Commit 03d6478

Browse files
committed
chore: ignore yet another URL protected by Cloudflare
1 parent 7007c27 commit 03d6478

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@ plugins:
123123
- "data:*"
124124
# Twitter URL sometimes returns a 404
125125
- https://x.com/i_a_r_n_a/status/623922369376202758
126-
# use Cloudflare which returns a captcha first with a 403
126+
# all below use Cloudflare which returns a captcha first with a 403
127127
- https://towardsdatascience.com/type-hints-in-python-everything-you-need-to-know-in-5-minutes-24e0bad06d0b
128128
- https://www.npmjs.com/package/*
129+
- https://dianadarie.medium.com/the-strangler-fig-migration-pattern-2e20a7350511
129130
# only enable when building in CI to speed up local builds
130131
enabled: !ENV [CI, false]
131132

0 commit comments

Comments
 (0)