Small fix for the sitemap generator
This commit is contained in:
parent
2730ceeb62
commit
c0f4dc446e
1 changed files with 12 additions and 13 deletions
|
|
@ -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>
|
||||
`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue