Loading app/externalRequest.js +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ function onSitemapRequest(_req, res) { logger.error('Missing sitemap URL, set it using SITEMAP_URL environment variable'); const emptySitemap = '<?xml version="1.0" encoding="UTF-8"?>\n<urlset ' + 'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"/>' 'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"/>'; res.send(emptySitemap); return; Loading Loading
app/externalRequest.js +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ function onSitemapRequest(_req, res) { logger.error('Missing sitemap URL, set it using SITEMAP_URL environment variable'); const emptySitemap = '<?xml version="1.0" encoding="UTF-8"?>\n<urlset ' + 'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"/>' 'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"/>'; res.send(emptySitemap); return; Loading