Skip to content

Commit

Permalink
feat: replace Netlify CMS with Decap CMS (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
chosww authored Aug 29, 2023
1 parent db7f00a commit 1be7787
Show file tree
Hide file tree
Showing 5 changed files with 18,495 additions and 16,390 deletions.
3 changes: 2 additions & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy({"src/assets/icons": "/"});
eleventyConfig.addPassthroughCopy({"src/assets/images": "assets/images"});
eleventyConfig.addPassthroughCopy({
"node_modules/netlify-cms/dist/netlify-cms.js": "lib/cms/netlify-cms.js",
"node_modules/decap-cms/dist/decap-cms.js": "lib/cms/decap-cms.js",
"node_modules/decap-cms/dist/decap-cms.js.map": "lib/cms/decap-cms.js.map",
"node_modules/nunjucks/browser/nunjucks-slim.min.js": "lib/cms/nunjucks-slim.min.js",
"node_modules/prop-types/prop-types.min.js": "lib/cms/prop-types.min.js",
"node_modules/react/umd/react.development.js": "lib/cms/react.development.js",
Expand Down
Loading

0 comments on commit 1be7787

Please sign in to comment.