www-lauka-net-11ty/.eleventy.js
2023-03-30 07:53:20 +02:00

8 lines
241 B
JavaScript

module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy('css')
eleventyConfig.addPassthroughCopy('js')
eleventyConfig.addPassthroughCopy('.well-known')
return {
passthroughFileCopy: true
}
}