Skip to content

Commit b0fc40d

Browse files
authored
Merge pull request #655 from processing/redirects-setup
Configure Netlify redirects for Processing domains
2 parents 8ffa517 + 5d4a3e6 commit b0fc40d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

netlify.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Netlify redirects
2+
# 1. To add a subdomain, add a redirect in this file first and merge the PR
3+
# 2. Add the subdomain to the Processing website in netlify by going to Domain Management -> Production Domains -> Add domain alias
4+
5+
[[redirects]]
6+
from = "https://wiki.processing.org/*"
7+
to = "https://github.com/processing/processing4/wiki"
8+
status = 302
9+
10+
[[redirects]]
11+
from = "https://vscode.processing.org/*"
12+
to = "https://marketplace.visualstudio.com/items?itemName=processing-foundation.processing-vscode-extension"
13+
status = 302
14+
15+
[[redirects]]
16+
from = "https://discord.processing.org/*"
17+
to = "https://discord.gg/h99u95nU7q"
18+
status = 302

0 commit comments

Comments
 (0)