From 175da8a614e445f130d2c18145804c8af1837cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 12 May 2023 23:25:42 +0200 Subject: [PATCH] Update .eleventy.js --- conf/.eleventy.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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", + }, + }; };