Redirects and CSS fail

Hi all !

I express my problem.
When users enter the url “lagrangedubosquet.fr” I would like them to arrive on “lagrangedubosquet.fr/fr
The second problem is my css and js file calls work locally but not in production.

This is the repo https://gitlab.com/DigitalMineFR/la-grange-du-bosquet
TH !!!

You stylesheets are hardcoded, and you aren’t sure where your root will be, so use https://gohugo.io/functions/absurl/ or https://gohugo.io/functions/relurl. Search the forums for examples.