mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
update static file management
This commit is contained in:
parent
b07318bcd5
commit
08b9832d3f
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
module.exports = function(eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy('css')
|
||||
eleventyConfig.addPassthroughCopy('js')
|
||||
eleventyConfig.addPassthroughCopy('.well-known')
|
||||
eleventyConfig.addPassthroughCopy('static/**')
|
||||
// eleventyConfig.addPassthroughCopy('static/js')
|
||||
// eleventyConfig.addPassthroughCopy('static/.well-known')
|
||||
// eleventyConfig.addPassthroughCopy('static/certificates')
|
||||
return {
|
||||
passthroughFileCopy: true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue