Theme not working on netlify

hello everyone
I tried my first website with hugo on netlify, everything is running on local but theme is not working on netlify.
Can someone tell me what’s going on ?


https://relaxed-ramanujan-1e6ef2.netlify.com/

Probably

You need to update the baseURL setting in your config.toml file (it’s probably the first line).

At the moment it says https://www.example.com you need to change it to https://relaxed-ramanujan-1e6ef2.netlify.com.

2 Likes

you are great !!!

Many thanks !!