Skip to content

Commit

Permalink
feat: replace html redirects with netlify config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidguttman committed Sep 7, 2020
1 parent 246d07d commit 2ea9879
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 123 deletions.
3 changes: 0 additions & 3 deletions public/coc.ejs

This file was deleted.

99 changes: 0 additions & 99 deletions public/junior-to-senior.md

This file was deleted.

3 changes: 0 additions & 3 deletions public/lunch.ejs

This file was deleted.

32 changes: 32 additions & 0 deletions public/netlify.toml
@@ -0,0 +1,32 @@
[[redirects]]
from = "/twitch"
to = "https://twitch.tv/jsdotla"
status = 302
[[redirects]]
from = "/rambly"
to = "https://ramb.ly/js.la"
status = 302
[[redirects]]
from = "/slack"
to = "https://join-jsla-slack.herokuapp.com"
status = 302
[[redirects]]
from = "/lunch"
to = "https://lunch.js.la"
status = 302
[[redirects]]
from = "/youtube"
to = "https://www.youtube.com/channel/UCQc3xx7JEV_gcXjq0SmlCiQ"
status = 302
[[redirects]]
from = "/coc"
to = "/code-of-conduct"
status = 302
[[redirects]]
from = "/node"
to = "https://gumroad.com/l/fullstacknode-full/discord"
status = 302
[[redirects]]
from = "/nodeschool"
to = "https://nodeschool.io/los-angeles"
status = 302
3 changes: 0 additions & 3 deletions public/node.ejs

This file was deleted.

3 changes: 0 additions & 3 deletions public/nodeschool.ejs

This file was deleted.

3 changes: 0 additions & 3 deletions public/rambly.ejs

This file was deleted.

3 changes: 0 additions & 3 deletions public/slack.ejs

This file was deleted.

3 changes: 0 additions & 3 deletions public/twitch.ejs

This file was deleted.

3 changes: 0 additions & 3 deletions public/youtube.ejs

This file was deleted.

0 comments on commit 2ea9879

Please sign in to comment.