We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6426ea0 commit 2254674Copy full SHA for 2254674
gatsby-config.js
@@ -26,6 +26,7 @@ module.exports = {
26
]
27
},
28
plugins: [
29
+ `gatsby-plugin-netlify-cms`,
30
`gatsby-transformer-remark`,
31
{
32
resolve: `gatsby-source-filesystem`,
package.json
@@ -11,6 +11,7 @@
11
"gatsby": "^2.0.115",
12
"gatsby-image": "^2.0.29",
13
"gatsby-plugin-manifest": "^2.0.17",
14
+ "gatsby-plugin-netlify-cms": "^4.0.1",
15
"gatsby-plugin-offline": "^2.0.22",
16
"gatsby-plugin-postcss": "^2.0.5",
17
"gatsby-plugin-purgecss": "^3.1.0",
0 commit comments