module.exports = function(eleventyConfig) { eleventyConfig.addPassthroughCopy('page/css') return { dir: { input: "pages" } } }