This commit is contained in:
tangly1024.com
2023-03-13 12:53:09 +08:00
parent 0b5c82c41c
commit 3221aea574

View File

@@ -40,11 +40,11 @@ function createSitemapXml(urls) {
let urlsXml = ''
urls.forEach(u => {
urlsXml += `<url>
<loc>${u.loc}</loc>
<lastmod>${u.lastmod}</lastmod>
<changefreq>${u.changefreq}</changefreq>
</url>
`
<loc>${u.loc}</loc>
<lastmod>${u.lastmod}</lastmod>
<changefreq>${u.changefreq}</changefreq>
</url>
`
})
return `