Add netlify.toml
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[[headers]]
|
||||
for = "/images/*"
|
||||
[headers.values]
|
||||
Cache-Control = "public, max-age=604800"
|
||||
|
||||
[[headers]]
|
||||
for = "/static/*"
|
||||
[headers.values]
|
||||
Cache-Control = "public, max-age=31536000"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
@@ -1 +0,0 @@
|
||||
/* /index.html 200
|
||||
Reference in New Issue
Block a user