Skip to content

Commit d7b3cae

Browse files
committed
Use absolute url for 429 rewrite
1 parent f2a436f commit d7b3cae

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
@@ -33,7 +33,7 @@
3333
to = "/:splat"
3434
[redirects.rate_limit]
3535
action = "rewrite"
36-
to = "/429/"
36+
to = "https://processing.org/429/"
3737
window_limit = 50
3838
window_size = 60
3939
aggregate_by = ["ip", "domain"]

0 commit comments

Comments
 (0)