From f92c7318d736b69b5c674d9b21a6965fabdaba2f Mon Sep 17 00:00:00 2001 From: Shivam Gupta Date: Sun, 5 Jan 2025 05:10:16 +0000 Subject: [PATCH] fix correct sitemap url for roboto Signed-off-by: Shivam Gupta --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "/" }], } },