diff --git a/lib/sitemap.xml.js b/lib/sitemap.xml.js index d51b5e16..7522951d 100644 --- a/lib/sitemap.xml.js +++ b/lib/sitemap.xml.js @@ -40,11 +40,11 @@ function createSitemapXml(urls) { let urlsXml = '' urls.forEach(u => { urlsXml += ` -${u.loc} -${u.lastmod} -${u.changefreq} - -` + ${u.loc} + ${u.lastmod} + ${u.changefreq} + + ` }) return `