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.
1 parent b2d9dac commit dc35872Copy full SHA for dc35872
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"
@@ -52,7 +62,7 @@
52
62
53
63
54
64
from = "/conf/cfp"
55
- to = "https://docs.google.com/forms/d/e/1FAIpQLSeR5W4m9owqDBJEq2EuRUNXFTOeLCxFPUn0qbuCE15o4SWDFg/viewform"
65
+ to = "https://docs.google.com/forms/d/e/1FAIpQLSc-z50GyD7zXzr_JCn2M1NBFZ-h65kSdu7zn43V1u2qAKO3ew/viewform"
56
66
status = 302
57
67
58
68
0 commit comments