diff --git a/gatsby-config.js b/gatsby-config.js index 8d31291967ea..7f59da1f9a50 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -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: "/" }], } },