Skip to content

Commit

Permalink
fix correct sitemap url for roboto
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Gupta <sudhanshudasgupta9@gmail.com>
  • Loading branch information
ShivamCoder23 committed Jan 5, 2025
1 parent bf9d054 commit f92c731
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 f92c731

Please sign in to comment.