1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/eleventy_ynh.git synced 2024-09-03 18:26:32 +02:00

Update .eleventy.js

This commit is contained in:
Éric Gaspar 2023-05-12 23:25:42 +02:00
parent 9f38ff2f26
commit 175da8a614

View file

@ -1,9 +1,9 @@
module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("__DATA_DIR__/src/style.css");
return {
dir: {
input: "__DATA_DIR__/src",
output: "__DATA_DIR__/public",
},
};
eleventyConfig.addPassthroughCopy("__DATA_DIR__/src/style.css");
return {
dir: {
input: "__DATA_DIR__/src",
output: "__DATA_DIR__/public",
},
};
};