Try to make /images not redirect to index.html

This commit is contained in:
Melvin Valster
2019-07-27 00:37:41 +02:00
parent 7317ec594b
commit f006b86fa5
+4
View File
@@ -8,6 +8,10 @@
[headers.values] [headers.values]
Cache-Control = "public, max-age=31536000" Cache-Control = "public, max-age=31536000"
[[redirects]]
from = "/images/*"
to = "/images/:splat"
[[redirects]] [[redirects]]
from = "/*" from = "/*"
to = "/index.html" to = "/index.html"