From b4368b4405cf5911778580e6500298f1cbaeb07e Mon Sep 17 00:00:00 2001
From: suroh <mx@suroh.tk>
Date: Fri, 2 Feb 2024 18:04:42 +0100
Subject: [PATCH] updated output folder to keep with workflow standard

---
 .eleventy.cjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.eleventy.cjs b/.eleventy.cjs
index 39f9778..c450a9b 100644
--- a/.eleventy.cjs
+++ b/.eleventy.cjs
@@ -32,7 +32,7 @@ module.exports = function(config) {
       input: "src/_content",
       includes: '../_includes',
       data: '../_data',
-      output: "dist"
+      output: "_site"
     }
   }
 };