Redirecting a #!

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.

Hi @TheJuniperStudio

In short, the redirect won’t work.

2 Likes