Why my urls are building with master--azimuter.netlify.app?

Hi,

I use the last hugo version and here is my github

All my website links are building with : master–azimuter.netlify.app
My sitemap.xml is generating as same…

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://master--azimuter.netlify.app/cgu/</loc>
<lastmod>2022-08-08T12:10:43+02:00</lastmod>
</url>
<url>
<loc>https://master--azimuter.netlify.app/affiliation/</loc>
<lastmod>2022-08-08T12:10:43+02:00</lastmod>
</url>

Is it when Hugo build my urls ?

i use one redirection rule in my netlify.toml and when it deploy on netlify ther’s no errors…

thanks in advance for help

I find the problem.
It come from my netlify.toml file
I used this command line before (from old version)

command = "hugo --gc --minify --baseURL $DEPLOY_PRIME_URL"

And now only just

command = "hugo --gc --minify"

The site works and the links too :ok_hand:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.