Skip to content

Commit

Permalink
Fix sitemap base URL by adding www
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Pimenta committed Feb 8, 2022
1 parent d9a5e75 commit 38c2625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-sitemap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
siteUrl: 'https://globalforestwatch.org/blog',
siteUrl: 'https://www.globalforestwatch.org/blog',
generateRobotsTxt: true,
sitemapSize: 5000,
priority: 1.0,
Expand Down

0 comments on commit 38c2625

Please sign in to comment.