Nuxt redirects does not work

Hello,

I have tried to configure my redirects as mentioned in the doc:
Using netlify.toml

[[redirects]]
from = “/apple-touch-icon-57x57-precomposed.png”
to = “/apple-touch-icon.png”
status = 301

[[redirects]]
from = “/apple-touch-icon-precomposed.png”
to = “/apple-touch-icon.png”
status = 301

or using redirects folder:

Redirects from what the browser requests to what we serve

/apple-touch-icon-*.png /apple-touch-icon.png
/apple-touch-icon-precomposed.png /apple-touch-icon.png
/apple-touch-icon-57x57-precomposed.png /apple-touch-icon.png

But I still face the 404 from Nuxt (my website is a nuxt generated website)

What am I missing?

hi there, before we dig in, did you see this brand new guide on debugging redirects?

I strongly suggest you give it a thorough read through and see if this fixes your problem:

if not, please post again, and we’ll try and troubleshoot.