Skip to content

Commit 2ea9879

Browse files
committed
feat: replace html redirects with netlify config
1 parent 246d07d commit 2ea9879

File tree

10 files changed

+32
-123
lines changed

10 files changed

+32
-123
lines changed

public/coc.ejs

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/junior-to-senior.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

public/lunch.ejs

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/netlify.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[[redirects]]
2+
from = "/twitch"
3+
to = "https://twitch.tv/jsdotla"
4+
status = 302
5+
[[redirects]]
6+
from = "/rambly"
7+
to = "https://ramb.ly/js.la"
8+
status = 302
9+
[[redirects]]
10+
from = "/slack"
11+
to = "https://join-jsla-slack.herokuapp.com"
12+
status = 302
13+
[[redirects]]
14+
from = "/lunch"
15+
to = "https://lunch.js.la"
16+
status = 302
17+
[[redirects]]
18+
from = "/youtube"
19+
to = "https://www.youtube.com/channel/UCQc3xx7JEV_gcXjq0SmlCiQ"
20+
status = 302
21+
[[redirects]]
22+
from = "/coc"
23+
to = "/code-of-conduct"
24+
status = 302
25+
[[redirects]]
26+
from = "/node"
27+
to = "https://gumroad.com/l/fullstacknode-full/discord"
28+
status = 302
29+
[[redirects]]
30+
from = "/nodeschool"
31+
to = "https://nodeschool.io/los-angeles"
32+
status = 302

public/node.ejs

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/nodeschool.ejs

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/rambly.ejs

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/slack.ejs

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/twitch.ejs

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/youtube.ejs

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)