www-lauka-net-11ty/.eleventy.js

8 lines
322 B
JavaScript

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