Add netlify.toml

This commit is contained in:
Melvin Valster
2019-07-26 23:06:34 +02:00
parent 33d88c950f
commit 50b5b4300a
2 changed files with 14 additions and 1 deletions
+14
View File
@@ -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