We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4f7850 + dc35872 commit 824a706Copy full SHA for 824a706
netlify.toml
@@ -12,8 +12,18 @@
12
13
[[redirects]]
14
from = "/conference"
15
+ to = "/conf"
16
+ status = 301
17
+
18
+[[redirects]]
19
+ from = "/conf"
20
to = "https://jamstackconf.com/"
- status = 302
21
+ status = 200
22
23
24
+ from = "/conf/*"
25
+ to = "https://jamstackconf.com/:splat"
26
27
28
29
from = "/discord"
@@ -47,7 +57,7 @@
47
57
48
58
49
59
from = "/conf/cfp"
50
- to = "https://docs.google.com/forms/d/e/1FAIpQLSeR5W4m9owqDBJEq2EuRUNXFTOeLCxFPUn0qbuCE15o4SWDFg/viewform"
60
+ to = "https://docs.google.com/forms/d/e/1FAIpQLSc-z50GyD7zXzr_JCn2M1NBFZ-h65kSdu7zn43V1u2qAKO3ew/viewform"
51
61
status = 302
52
62
53
63
0 commit comments