Skip to content

Commit d03962b

Browse files
authored
Merge pull request #662 from processing/force-redirects
Enable force option for all redirects
2 parents 460f816 + ebe2828 commit d03962b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# Netlify redirects
22
# 1. To add a subdomain, add a redirect in this file first and merge the PR
33
# 2. Add the subdomain to the Processing website in netlify by going to Domain Management -> Production Domains -> Add domain alias
4+
# Make sure the force option is added and the from starts with https
45

56
[[redirects]]
67
from = "https://wiki.processing.org/*"
78
to = "https://github.com/processing/processing4/wiki"
89
status = 302
10+
force = true
911

1012
[[redirects]]
1113
from = "https://vscode.processing.org/*"
1214
to = "https://marketplace.visualstudio.com/items?itemName=processing-foundation.processing-vscode-extension"
1315
status = 302
16+
force = true
1417

1518
[[redirects]]
1619
from = "https://discord.processing.org/*"
1720
to = "https://discord.gg/h99u95nU7q"
1821
status = 302
22+
force = true

0 commit comments

Comments
 (0)