Skip to content

Commit 2254674

Browse files
author
Alban Bailly
committed
add netlify CMS plugin
1 parent 6426ea0 commit 2254674

File tree

3 files changed

+330
-11
lines changed

3 files changed

+330
-11
lines changed

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
]
2727
},
2828
plugins: [
29+
`gatsby-plugin-netlify-cms`,
2930
`gatsby-transformer-remark`,
3031
{
3132
resolve: `gatsby-source-filesystem`,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"gatsby": "^2.0.115",
1212
"gatsby-image": "^2.0.29",
1313
"gatsby-plugin-manifest": "^2.0.17",
14+
"gatsby-plugin-netlify-cms": "^4.0.1",
1415
"gatsby-plugin-offline": "^2.0.22",
1516
"gatsby-plugin-postcss": "^2.0.5",
1617
"gatsby-plugin-purgecss": "^3.1.0",

0 commit comments

Comments
 (0)