We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acd118b + a958373 commit 200c460Copy full SHA for 200c460
src/tooling/docs-assembler/Building/SitemapBuilder.cs
@@ -29,7 +29,7 @@ public void Generate()
29
var currentDate = DateTime.UtcNow.ToString("yyyy-MM-ddTHH:mm:sszzz");
30
var root = new XElement(
31
"urlset",
32
- new XAttribute("xlmns", "http://www.sitemaps.org/schemas/sitemap/0.9"),
+ new XAttribute("xmlns", "http://www.sitemaps.org/schemas/sitemap/0.9"),
33
flattenedNavigationItems
34
.Select(n => n switch
35
{
0 commit comments