Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f6ea933

Browse files
committed
chore: update all gatsby packages
1 parent f60b49d commit f6ea933

File tree

3 files changed

+766
-5514
lines changed

3 files changed

+766
-5514
lines changed

gatsby-config.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
{
4242
resolve: 'gatsby-plugin-sitemap',
4343
options: {
44-
exclude: [
44+
excludes: [
4545
'/404',
4646
'/**/404.html',
4747
'/**/404',
@@ -200,14 +200,6 @@ module.exports = {
200200
},
201201
},
202202
'gatsby-plugin-anchor-links',
203-
{
204-
resolve: `gatsby-plugin-nprogress`,
205-
options: {
206-
color: `#85ACB0`,
207-
showSpinner: false,
208-
minimum: 0.4,
209-
},
210-
},
211203
{
212204
resolve: 'gatsby-plugin-google-tagmanager',
213205
options: {

0 commit comments

Comments
 (0)