Is it possible to have a redirect rule that ignores paths that have a file extension? For example if I have a catch all like this:
[[redirects]]
from = "/*"
to = "/"
status = 200
Is there a way to use a condition that ignores things like https://mysite.com/index.html ?