mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
meh
This commit is contained in:
parent
42cb76e0c6
commit
19d1091e81
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
const { DateTime } = require("luxon");
|
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" })
|
||||||
//eleventyConfig.addPassthroughCopy({ "static/css": "css" })
|
eleventyConfig.addPassthroughCopy({ "static/css": "css" })
|
||||||
//eleventyConfig.addPassthroughCopy({ "static/robots.txt": "robots.txt" })
|
eleventyConfig.addPassthroughCopy({ "static/robots.txt": "robots.txt" })
|
||||||
eleventyConfig.addPassthroughCopy("static/**")
|
|
||||||
|
|
||||||
|
|
||||||
eleventyConfig.addFilter("timestamp", function(value) {
|
eleventyConfig.addFilter("timestamp", function(value) {
|
||||||
|
|
Loading…
Reference in a new issue