-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathnetlify.toml
More file actions
28 lines (24 loc) · 974 Bytes
/
netlify.toml
File metadata and controls
28 lines (24 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Netlify redirects
# 1. To add a subdomain, add a redirect in this file first and merge the PR
# 2. Add the subdomain to the Processing website in netlify by going to Domain Management -> Production Domains -> Add domain alias
# Make sure the force option is added and the from starts with https
[[redirects]]
from = "https://wiki.processing.org/*"
to = "https://github.com/processing/processing4/wiki"
status = 302
force = true
[[redirects]]
from = "https://vscode.processing.org/*"
to = "https://marketplace.visualstudio.com/items?itemName=processing-foundation.processing-vscode-extension"
status = 302
force = true
[[redirects]]
from = "https://discord.processing.org/*"
to = "https://discord.gg/h99u95nU7q"
status = 302
force = true
[[redirects]]
from = "https://survey.processing.org/*"
to = "https://docs.google.com/forms/d/e/1FAIpQLSduTT2cWlXzr7QG_g4LJ-Op6LwVTI7dtXHCGVH_FdI0BK00qg/viewform?usp=header"
status = 302
force = true