add require

This commit is contained in:
Adora Laura Kalb 2023-05-25 10:49:09 +02:00
parent 933d45cba3
commit 6910132ad1
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -1,3 +1,5 @@
const { DateTime } = require("luxon");
module.exports = function(eleventyConfig) { module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy({ "static/.well-known": ".well-known" }) eleventyConfig.addPassthroughCopy({ "static/.well-known": ".well-known" })
eleventyConfig.addPassthroughCopy({ "static/certificates": "certificates" }) eleventyConfig.addPassthroughCopy({ "static/certificates": "certificates" })