We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fbc42 commit c550052Copy full SHA for c550052
public/cal/2021-March.ejs
@@ -14,7 +14,7 @@
14
</head>
15
<body>
16
<iframe
17
- src="https://lu.ma/jsla-march-2021"
+ src="https://lu.ma/jsla-2021-march"
18
width="100%"
19
height="100%"
20
frameborder="0"
public/netlify.toml
@@ -30,13 +30,13 @@
30
from = "/nodeschool"
31
to = "https://nodeschool.io/los-angeles"
32
status = 302
33
-[[redirects]]
34
- from = "/hat-preorder"
35
- to = "https://alexhughes568361.typeform.com/to/GPZjRoP2"
36
- status = 302
37
[[redirects]]
38
from = "/forget-frameworks"
39
to = "https://forget-frameworks.netlify.app"
40
41
from = "/speak"
42
to = "https://contribute.js.la/speak"
+[[redirects]]
+ from = "/cal/*"
+ to = "https://lu.ma/jsla-:splat"
+ status = 302
0 commit comments