Skip to content

Commit 6c9f2f7

Browse files
committed
feat: add netlify redirects
1 parent 246d07d commit 6c9f2f7

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

public/netlify.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

public/rambly.ejs

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

0 commit comments

Comments
 (0)