Skip to content

Commit 800a3b5

Browse files
authored
Add gatsby-plugin-netlify (#100)
Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
1 parent 1a0a4be commit 800a3b5

3 files changed

Lines changed: 1775 additions & 1687 deletions

File tree

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
siteUrl: 'https://px.dev',
2222
},
2323
plugins: [
24+
'gatsby-plugin-netlify',
2425
{
2526
resolve: 'gatsby-plugin-google-tagmanager',
2627
options: {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"eslint-plugin-promise": "^6.0.0",
6868
"eslint-plugin-react": "^7.18.3",
6969
"eslint-plugin-react-hooks": "^4.6.0",
70+
"gatsby-plugin-netlify": "^5.1.0",
7071
"gatsby-plugin-sitemap": "^5.19.0",
7172
"prettier": "^2.7.1"
7273
},

0 commit comments

Comments
 (0)