Skip to content

Commit 59914fe

Browse files
authored
Enable force option for all redirects
Added force option to existing redirects for better handling.
1 parent 460f816 commit 59914fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
from = "https://wiki.processing.org/*"
77
to = "https://github.com/processing/processing4/wiki"
88
status = 302
9+
force = true
910

1011
[[redirects]]
1112
from = "https://vscode.processing.org/*"
1213
to = "https://marketplace.visualstudio.com/items?itemName=processing-foundation.processing-vscode-extension"
1314
status = 302
15+
force = true
1416

1517
[[redirects]]
1618
from = "https://discord.processing.org/*"
1719
to = "https://discord.gg/h99u95nU7q"
1820
status = 302
21+
force = true

0 commit comments

Comments
 (0)