Try to make /images not redirect to index.html
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
[headers.values]
|
||||
Cache-Control = "public, max-age=31536000"
|
||||
|
||||
[[redirects]]
|
||||
from = "/images/*"
|
||||
to = "/images/:splat"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
|
||||
Reference in New Issue
Block a user