Skip to content

Commit

Permalink
Merge pull request #60 from marcaufderheyde/develop
Browse files Browse the repository at this point in the history
[CAN-69] Attempts to fix formatting on deploy sitemaps again
  • Loading branch information
joneshector authored Apr 17, 2024
2 parents 9d635aa + 0436b01 commit c14ec5d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions generate-sitemap.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@ async function generate() {

let sitemap = `
<?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"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
http://www.w3.org/1999/xhtml
http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd">
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml/" >
<url>
<loc>${siteUrl}</loc>
<xhtml:link
Expand Down

0 comments on commit c14ec5d

Please sign in to comment.