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)
https://fr-recontact-branch.netlify.app/.env
What am I missing?