website-cb-mirror/.eleventy.js

8 lines
201 B
JavaScript
Raw Normal View History

module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("css")
eleventyConfig.addPassthroughCopy({ "static": "/" })
return {
passthroughFileCopy: true
}
}