I'm working on a project with HTMX, partials and the new internationalization feature.
Everything works great on dev. I've made a language picker component and when I switch languages, the appropriate partials load correctly. I've also implemented some logic to change some text depending on the pathname in Astro.url (nothing really fancy).
The thing is, when I go to my site deployed at Netlify and switch languages, it only loads one of the partials and everything else remains the same. I'd love some extra eyes (and brains) to help me figure out what is happening here. I'm probably doing something wrong, I won't discard that.
Here's my site deployed at Netlify:
https://evelazquez.dev/
Here's my project's repo:
https://github.com/eliasvelazquezdev/esvdev_portfolio