forked from Devxify/Devxify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
53 lines (51 loc) · 1.07 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[build]
command = "gatsby build --prefix-paths"
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin= "*"
[[redirects]]
from = "/blog/web-accessibility-guide.html"
to = "https://www.devxify.com/web-accessibility-guide/"
status = 301
force = false
[[redirects]]
from = "/go/simple-analytics"
to = "https://referral.simpleanalytics.com/ankit"
status = 301
force = false
[[redirects]]
from = "/go/fathom"
to = "https://usefathom.com/ref/2GYBAO"
status = 301
force = false
[[redirects]]
from = "/go/uptime"
to = "https://updown.io/r/NhiUz"
status = 301
force = false
[[redirects]]
from = "/go/bunnycdn"
to = "https://bunnycdn.com/?ref=mptrdjmh3n"
status = 301
force = false
[[redirects]]
from = "/go/bmc"
to = "https://buymeacoff.ee/?via=Devxify"
status = 301
force = false
[[redirects]]
from = "/go/brave"
to = "https://brave.com/dev141"
status = 301
force = false
[[redirects]]
from = "/go/sponsor"
to = "https://brave.com/dev141"
status = 302
force = false
[[redirects]]
from = "/go/sponsor-alt"
to = "https://brave.com/dev141"
status = 302
force = false