Fixed missing first line issue
This commit is contained in:
parent
f13acaf3dd
commit
8bf8c62f1c
1 changed files with 1 additions and 2 deletions
|
|
@ -54,8 +54,7 @@ export const generateSitemap = async () => {
|
|||
})
|
||||
.join("")
|
||||
|
||||
const generatedSitemap = `
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
const generatedSitemap = `<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset
|
||||
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
|
|
|
|||
Loading…
Reference in a new issue