We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0a4be commit 800a3b5Copy full SHA for 800a3b5
3 files changed
gatsby-config.js
@@ -21,6 +21,7 @@ module.exports = {
21
siteUrl: 'https://px.dev',
22
},
23
plugins: [
24
+ 'gatsby-plugin-netlify',
25
{
26
resolve: 'gatsby-plugin-google-tagmanager',
27
options: {
package.json
@@ -67,6 +67,7 @@
67
"eslint-plugin-promise": "^6.0.0",
68
"eslint-plugin-react": "^7.18.3",
69
"eslint-plugin-react-hooks": "^4.6.0",
70
+ "gatsby-plugin-netlify": "^5.1.0",
71
"gatsby-plugin-sitemap": "^5.19.0",
72
"prettier": "^2.7.1"
73
0 commit comments