Skip to content

Commit 30c39ce

Browse files
committed
Remove gatsby-plugin-netlify, Netlify will use gatsby-adapter-netlify automatically
1 parent e3c0d64 commit 30c39ce

3 files changed

Lines changed: 4 additions & 115 deletions

File tree

gatsby-config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ export default {
143143
name: '404-page-data',
144144
path: './content/pages/404'
145145
}
146-
},
147-
'gatsby-plugin-netlify'
146+
}
148147
]
149148
};

package-lock.json

Lines changed: 3 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"gatsby-core-utils": "^4.16.0",
3232
"gatsby-plugin-image": "^3.16.0",
3333
"gatsby-plugin-mdx": "^5.16.0",
34-
"gatsby-plugin-netlify": "^5.1.1",
3534
"gatsby-plugin-postcss": "^6.16.0",
3635
"gatsby-plugin-sharp": "^5.16.0",
3736
"gatsby-source-filesystem": "^5.16.0",

0 commit comments

Comments
 (0)