File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments