-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnetlify.toml
38 lines (30 loc) · 790 Bytes
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[build]
command = "npm run netlify"
publish = "public"
functions = "functions"
[[redirects]]
from = "/api/*"
to = "/.netlify/functions/:splat"
status = 200
[[redirects]]
from = "/facebook"
to = "https://facebook.com/dailytexascountry"
status = 301
[[redirects]]
from = "/twitter"
to = "https://twitter.com/dailytxcountry"
status = 301
[[redirects]]
from = "/instagram"
to = "https://instagram.com/dailytexascountry"
status = 301
[[redirects]]
from = "/youtube"
to = "https://youtube.com/channel/UCpbIlFaiv-3188nAWtgL0Iw"
status = 301
[[redirects]]
from = "/spotify"
to = "https://open.spotify.com/user/azm4kv72ln2dy409hplmkax8p"
status = 301
[[plugins]]
package = "netlify-plugin-gatsby-cache"