I have the following redirect in my netlify.toml file.
[[redirects]]
from = “/#!/*”
to = “/auction/#!/:splat”
But the redirects aren’t working on my live site.
Other redirects are working fine and it says the redirects are processed but it looks as though there is something stopping #!'s from redirecting properly.