mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-24 05:00:02 +01:00
update static stuff AGAIN
This commit is contained in:
parent
d5198245ad
commit
5126e49531
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
||||||
module.exports = function(eleventyConfig) {
|
module.exports = function(eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy('static/.well-known')
|
eleventyConfig.addPassthroughCopy({ "static/.well-known": ".well-known" })
|
||||||
eleventyConfig.addPassthroughCopy('static/certificates')
|
eleventyConfig.addPassthroughCopy({ "static/certificates": "certificates" })
|
||||||
eleventyConfig.addPassthroughCopy('static/css')
|
eleventyConfig.addPassthroughCopy({ "static/css": "css" })
|
||||||
eleventyConfig.addPassthroughCopy('static/js')
|
|
||||||
return {
|
return {
|
||||||
passthroughFileCopy: true
|
passthroughFileCopy: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue