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

9 lines
323 B
JavaScript

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