Skip to content

Commit

Permalink
patch siteindex
Browse files Browse the repository at this point in the history
  • Loading branch information
theetherGit committed Sep 14, 2023
1 parent 5db787c commit 4ee24cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/sitemap.xml/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const GET:RequestHandler = async ({url}) => {
}

const sitemapIndex = `<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.w3.org/2001/XMLSchema-instance">
<sitemapindex xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" targetNamespace="http://www.sitemaps.org/schemas/sitemap/0.9">
${sitemapIndexPages
.map((page) => {
return `
Expand Down

0 comments on commit 4ee24cd

Please sign in to comment.