The site works fine on my custom domain (e.g. https://www.example.com/), but in the generated sitemap.xml (and also in RSS feeds) the URLs still point to the GitLab Pages default URL (https://project-xxxxx.gitlab.io/).
My config.toml has the correct baseURL:
baseURL = "https://www.example.com/"
But the deployed sitemap still uses the GitLab domain.
What am I missing?