-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnetlify.toml
37 lines (33 loc) · 1.34 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
[build]
publish = "build"
[[redirects]]
from = "/*"
status = 200
to = "/index.html"
[[headers]]
for = "/"
[headers.values]
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Headers = "X-Requested-With, Content-Type, Origin, Authorization, Accept, Client-Security-Token, Accept-Encoding"
Access-Control-Allow-Methods = "POST, GET, OPTIONS, DELETE, PUT"
"Can't-Be-Evil" = "true"
[[headers]]
for = "/index.html"
[headers.values]
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Headers = "X-Requested-With, Content-Type, Origin, Authorization, Accept, Client-Security-Token, Accept-Encoding"
Access-Control-Allow-Methods = "POST, GET, OPTIONS, DELETE, PUT"
"Can't-Be-Evil" = "true"
[[headers]]
for = "/index.html"
[headers.values]
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Headers = "X-Requested-With, Content-Type, Origin, Authorization, Accept, Client-Security-Token, Accept-Encoding"
Access-Control-Allow-Methods = "POST, GET, OPTIONS, DELETE, PUT"
"Can't-Be-Evil" = "true"
[[headers]]
for = "/manifest.json"
[headers.values]
Access-Control-Allow-Origin = "*"
Access-Control-Allow-Headers = "X-Requested-With, Content-Type, Origin, Authorization, Accept, Client-Security-Token, Accept-Encoding"
Access-Control-Allow-Methods = "POST, GET, OPTIONS, DELETE, PUT"