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:
parent
9f38ff2f26
commit
175da8a614
1 changed files with 7 additions and 7 deletions
|
@ -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",
|
||||
},
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue