diff --git a/conf/.eleventy.js b/conf/.eleventy.js index 2ad0349..bdc5dec 100644 --- a/conf/.eleventy.js +++ b/conf/.eleventy.js @@ -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", + }, + }; };