Skip to content

Commit 1d8d24b

Browse files
authored
Configure Netlify redirects for Processing domains
Added redirects for Processing subdomains to appropriate links.
1 parent 8ffa517 commit 1d8d24b

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

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
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)