mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-03-13 19:09:11 +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',
|
resolve: 'gatsby-plugin-netlify-cms',
|
||||||
options: {
|
options: {
|
||||||
modulePath: `${__dirname}/src/cms/cms.js`,
|
modulePath: `${__dirname}/src/cms/index.js`,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// @flow
|
||||||
import CMS from 'netlify-cms';
|
import CMS from 'netlify-cms';
|
||||||
import PagePreview from './preview-templates/page-preview';
|
import PagePreview from './preview-templates/page-preview';
|
||||||
import PostPreview from './preview-templates/post-preview';
|
import PostPreview from './preview-templates/post-preview';
|
Loading…
x
Reference in New Issue
Block a user