style: Update sitemap schema version to 0.9
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 3m12s
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 3m12s
This commit is contained in:
parent
82969d08cb
commit
feba4b1508
@ -46,7 +46,7 @@ class Sitemap {
|
||||
|
||||
private prependSitemap(): void {
|
||||
this.sitemap = `<?xml version="1.0" encoding="UTF-8"?>`;
|
||||
this.sitemap += `<urlset xmlns="http://www.sitemaps.org/schemas/sitemap-image/1.1">`;
|
||||
this.sitemap += `<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"`;
|
||||
}
|
||||
|
||||
private appendSitemap(): void {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user