Skip to content

Commit

Permalink
feat: add march redirect to luma
Browse files Browse the repository at this point in the history
  • Loading branch information
davidguttman committed Mar 7, 2021
1 parent 31fbc42 commit 95b2a4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/cal/2021-March.ejs
Expand Up @@ -14,7 +14,7 @@
</head>
<body>
<iframe
src="https://lu.ma/jsla-march-2021"
src="https://lu.ma/jsla-2021-march"
width="100%"
height="100%"
frameborder="0"
Expand Down
9 changes: 5 additions & 4 deletions public/netlify.toml
Expand Up @@ -30,13 +30,14 @@
from = "/nodeschool"
to = "https://nodeschool.io/los-angeles"
status = 302
[[redirects]]
from = "/hat-preorder"
to = "https://alexhughes568361.typeform.com/to/GPZjRoP2"
status = 302
[[redirects]]
from = "/forget-frameworks"
to = "https://forget-frameworks.netlify.app"
[[redirects]]
from = "/speak"
to = "https://contribute.js.la/speak"
[[redirects]]
from = "/cal/*"
to = "https://lu.ma/jsla-:splat"
status = 302
force = true

0 comments on commit 95b2a4e

Please sign in to comment.