File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
documentation/docs/40-best-practices Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ export async function GET() {
3939 `
4040 <?xml version="1.0" encoding="UTF-8" ?>
4141 <urlset
42- xmlns="https ://www.sitemaps.org/schemas/sitemap/0.9"
43- xmlns:xhtml="https ://www.w3.org/1999/xhtml"
44- xmlns:mobile="https ://www.google.com/schemas/sitemap-mobile/1.0"
45- xmlns:news="https ://www.google.com/schemas/sitemap-news/0.9"
46- xmlns:image="https ://www.google.com/schemas/sitemap-image/1.1"
47- xmlns:video="https ://www.google.com/schemas/sitemap-video/1.1"
42+ xmlns="http ://www.sitemaps.org/schemas/sitemap/0.9"
43+ xmlns:xhtml="http ://www.w3.org/1999/xhtml"
44+ xmlns:mobile="http ://www.google.com/schemas/sitemap-mobile/1.0"
45+ xmlns:news="http ://www.google.com/schemas/sitemap-news/0.9"
46+ xmlns:image="http ://www.google.com/schemas/sitemap-image/1.1"
47+ xmlns:video="http ://www.google.com/schemas/sitemap-video/1.1"
4848 >
4949 <!-- <url> elements go here -->
5050 </urlset>` .trim (),
You can’t perform that action at this time.
0 commit comments