From 213de5ba153cdb2a872134028b7c5a4adafee61c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 23 May 2021 13:53:34 +0200 Subject: [PATCH] gatsby-plugin-sitemap fix --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index fcdada63..27c20fba 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -216,7 +216,7 @@ module.exports = { { resolve: 'gatsby-plugin-sitemap', options: { - exclude: ['/archive', '/archive/**/*', '/thanks', '/tags'] + excludes: ['/archive', '/archive/**/*', '/thanks', '/tags'] } }, 'gatsby-plugin-react-helmet',