Skip to content

Commit

Permalink
Merge pull request #6157 from ShivamCoder23/url/sitemap
Browse files Browse the repository at this point in the history
fix correct sitemap url for roboto
  • Loading branch information
sudhanshutech authored Jan 5, 2025
2 parents bf9d054 + f92c731 commit 0095223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ module.exports = {
resolve: "gatsby-plugin-robots-txt",
options: {
host: "https://layer5.io",
sitemap: "https://layer5.io/sitemap/sitemap-index.xml",
sitemap: "https://layer5.io/sitemap-index.xml",
policy: [{ userAgent: "*", allow: "/" }],
}
},
Expand Down

0 comments on commit 0095223

Please sign in to comment.