mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 22:39:41 +01:00
chore: change netlify cms module path
This commit is contained in:
parent
8e037219c3
commit
091834f16a
@ -119,7 +119,7 @@ module.exports = {
|
||||
{
|
||||
resolve: 'gatsby-plugin-netlify-cms',
|
||||
options: {
|
||||
modulePath: `${__dirname}/src/cms/cms.js`,
|
||||
modulePath: `${__dirname}/src/cms/index.js`,
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1,3 +1,4 @@
|
||||
// @flow
|
||||
import CMS from 'netlify-cms';
|
||||
import PagePreview from './preview-templates/page-preview';
|
||||
import PostPreview from './preview-templates/post-preview';
|
Loading…
Reference in New Issue
Block a user