From 38c2625e3e834a2aa8072639b3104033211d0920 Mon Sep 17 00:00:00 2001 From: Pedro Pimenta Date: Tue, 8 Feb 2022 13:36:13 +0100 Subject: [PATCH] Fix sitemap base URL by adding www --- next-sitemap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-sitemap.js b/next-sitemap.js index bf526246..0c7e0798 100644 --- a/next-sitemap.js +++ b/next-sitemap.js @@ -1,5 +1,5 @@ module.exports = { - siteUrl: 'https://globalforestwatch.org/blog', + siteUrl: 'https://www.globalforestwatch.org/blog', generateRobotsTxt: true, sitemapSize: 5000, priority: 1.0,