Skip to content

Commit c550052

Browse files
committed
feat: add march redirect to luma
1 parent 31fbc42 commit c550052

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

public/cal/2021-March.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515
<body>
1616
<iframe
17-
src="https://lu.ma/jsla-march-2021"
17+
src="https://lu.ma/jsla-2021-march"
1818
width="100%"
1919
height="100%"
2020
frameborder="0"

public/netlify.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
from = "/nodeschool"
3131
to = "https://nodeschool.io/los-angeles"
3232
status = 302
33-
[[redirects]]
34-
from = "/hat-preorder"
35-
to = "https://alexhughes568361.typeform.com/to/GPZjRoP2"
36-
status = 302
3733
[[redirects]]
3834
from = "/forget-frameworks"
3935
to = "https://forget-frameworks.netlify.app"
4036
[[redirects]]
4137
from = "/speak"
4238
to = "https://contribute.js.la/speak"
39+
[[redirects]]
40+
from = "/cal/*"
41+
to = "https://lu.ma/jsla-:splat"
42+
status = 302

0 commit comments

Comments
 (0)