Small fix for the sitemap generator

This commit is contained in:
James Purser 2022-06-17 22:01:17 +10:00
parent 2730ceeb62
commit c0f4dc446e

View file

@ -59,8 +59,7 @@ export const generateSitemap = async () => {
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
>${pageListMap}
${postListSiteMap}
>${pageListMap}${postListSiteMap}
</urlset>
`