mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
add require
This commit is contained in:
parent
933d45cba3
commit
6910132ad1
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
const { DateTime } = require("luxon");
|
||||
|
||||
module.exports = function(eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy({ "static/.well-known": ".well-known" })
|
||||
eleventyConfig.addPassthroughCopy({ "static/certificates": "certificates" })
|
||||
|
|
Loading…
Reference in a new issue