We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ffa517 + 5d4a3e6 commit b0fc40dCopy full SHA for b0fc40d
netlify.toml
@@ -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
11
+ from = "https://vscode.processing.org/*"
12
+ to = "https://marketplace.visualstudio.com/items?itemName=processing-foundation.processing-vscode-extension"
13
14
15
16
+ from = "https://discord.processing.org/*"
17
+ to = "https://discord.gg/h99u95nU7q"
18
0 commit comments