Skip to content

Commit

Permalink
feat: add netlify redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
davidguttman committed Sep 7, 2020
1 parent 246d07d commit 6c9f2f7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
20 changes: 20 additions & 0 deletions public/netlify.toml
@@ -0,0 +1,20 @@
[[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
3 changes: 0 additions & 3 deletions public/rambly.ejs

This file was deleted.

0 comments on commit 6c9f2f7

Please sign in to comment.