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