Hello everybody,
I have a weird issue with this project when it's deployed on Netlify : https://reliable-concha-2658df.netlify.app/
1 - root page is a form, fully working with pictures
2 - When you enter a valid email, a confirmation message appears (it is the /success route).
3 - Then click on the button to go back to root route (just a classic anchor tag pointing to '/')
4 - root page loads, but the pictures strangely don't
This only happens when the site is deployed on netlify. In local dev mode, it works fine, pictures load as they should (they are in a public/images/ folder)
I cannot figure what I missed. Something in the astro.config file ? A netlify deploy configuration param ?
Thanks for the help !