Skip to content

Commit

Permalink
Merge pull request #73 from Shopify/bl-fix-sitemap-again
Browse files Browse the repository at this point in the history
Fix sitemap xml links
  • Loading branch information
blittle authored Aug 21, 2024
2 parents 8e7c4af + b1d4750 commit f19cfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const SITEMAP_INDEX_PREFIX = `<?xml version="1.0" encoding="UTF-8"?>
const SITEMAP_INDEX_SUFFIX = `</sitemapindex>`;

const SITEMAP_PREFIX = `<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">`;
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">`;
const SITEMAP_SUFFIX = `</urlset>`;

type Locale = `${LanguageCode}-${CountryCode}`;
Expand Down

0 comments on commit f19cfa8

Please sign in to comment.