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

9 lines
331 B
JavaScript

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