diff --git a/.eleventy.js b/.eleventy.js index e3c95ab..9a85baa 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -1,11 +1,11 @@ -eleventyConfig.addPassthroughCopy({ - "node_modules/chaffle/docs/chaffle.min.js": "javascript/chaffle.min.js" -}); - module.exports = function(eleventyConfig) { eleventyConfig.addPassthroughCopy('page/css') + eleventyConfig.addPassthroughCopy({ + "node_modules/chaffle/docs/chaffle.min.js": "javascript/chaffle.min.js" + }); + return { dir: { input: "pages"