From 34e89b360bf59b9354f206dbcbc921bd2f391246 Mon Sep 17 00:00:00 2001 From: Amedov Bekmuhamet <96624483+phonty29@users.noreply.github.com> Date: Tue, 21 Mar 2023 14:20:50 +0600 Subject: [PATCH] fix: delete an artefact from gatsby-config.js (#49700) --- client/gatsby-config.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/client/gatsby-config.js b/client/gatsby-config.js index c82cfe8cbb7..53749705d2d 100644 --- a/client/gatsby-config.js +++ b/client/gatsby-config.js @@ -95,20 +95,6 @@ module.exports = { } } }, - // { - // resolve: `gatsby-plugin-advanced-sitemap`, - // options: { - // exclude: [ - // `/dev-404-page`, - // `/404`, - // `/404.html`, - // `/offline-plugin-app-shell-fallback`, - // `/learn`, - // /(\/)learn(\/)\S*/ - // ], - // addUncaughtPages: true - // } - // }, { resolve: 'gatsby-plugin-manifest', options: {