Hi,
I use Hugo SSG for create my website
My Default subdomain netilfy is : azimuter.netlify.app
My Primary domain : azimuter.com
i use one redirection rule in my netlify.toml file
in my deploy summary, no problem :
- 1 redirect rule processed**
- All redirect rules deployed without errors.
Netlify.toml
[[redirects]]
from = "https://azimuter.netlify.app"
to = "https://azimuter.com"
status = 301
force = true
My website is working.
But all my links are build with master–azimuter.netlify.app
It’s the same for my /sitemap.xml
What can i do ?
thank you in advance