I am using the sitemap netlify plugin, but after deploying the project, the sitemap.xml returns:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"/>
@pochat The message regarding styling is just the browser letting you know how it’s rendering it for you, in the absence of any additional style information, it’s perfectly normal.
The bigger issue when I looked at it was the lack of any pages within the sitemap, and my guess is that’s because you’re using nuxt likely with SSR etc, and the Netlify sitemap plugin was created for use with static sites, whereby it scans your build output for .html files.
I also note that the /sitemap.xml file no longer loads, it just shows a 500 error page.