From c514fd2487a0c9048ee1d51bc146bbf5489d794a Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Mon, 1 Mar 2021 09:05:59 +0100 Subject: [PATCH] Exclude on sitemap --- gatsby-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gatsby-config.js b/gatsby-config.js index ad94d6b33a..ea5a157b7c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -148,6 +148,7 @@ const plugins = [ '/404.html', '/offline-plugin-app-shell-fallback', '/getting-started/welcome', + '/docs/getting-started/welcome', ], serialize: ({ site, allSitePage }) => allSitePage.edges.map((edge) => {