From e6fde24c2c348612c9c0880fab62a48f051d86db Mon Sep 17 00:00:00 2001 From: venus Date: Fri, 31 Jul 2026 16:52:15 -0500 Subject: [PATCH] added css passthrough --- eleventy.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eleventy.config.js b/eleventy.config.js index 1be9158..97141ba 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -1,7 +1,8 @@ module.exports = function(eleventyConfig) { + eleventyConfig.addPassthroughCopy("src/css"); // Copy css to site folder eleventyConfig.setServerOptions({ host: "0.0.0.0", - port: 8080 + port: 80 }); return { dir: {