We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977b722 commit 504bafdCopy full SHA for 504bafd
4 files changed
eleventy.config.js
@@ -37,8 +37,8 @@ module.exports = function (eleventyConfig) {
37
eleventyConfig.addPassthroughCopy("src/admin/config.yml");
38
eleventyConfig.addPassthroughCopy("src/admin/*.js");
39
eleventyConfig.addPassthroughCopy({
40
- "node_modules/netlify-cms/dist/netlify-cms.js": "lib/cms/netlify-cms.js",
41
- "node_modules/netlify-cms/dist/netlify-cms.js.map": "lib/cms/netlify-cms.js.map",
+ "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",
42
"node_modules/@babel/standalone/babel.min.js": "lib/cms/babel.min.js",
43
"node_modules/@babel/standalone/babel.min.js.map": "lib/cms/babel.min.js.map",
44
"node_modules/markdown-it/dist/markdown-it.min.js": "lib/cms/markdown-it.min.js",
0 commit comments