aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-10-13 10:45:01 -0400
committerXe Iaso <me@xeiaso.net>2023-10-13 10:45:01 -0400
commit63324d6c938129bcf5263901ca9e1045d7ed4178 (patch)
treec3373a35f33c1c0ae854b1c9cffeefd215dc5cff
parentd67524a5c37558b9164f12077afd50315644114f (diff)
downloadxesite-63324d6c938129bcf5263901ca9e1045d7ed4178.tar.xz
xesite-63324d6c938129bcf5263901ca9e1045d7ed4178.zip
lume: holy fuck did that fix it?
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--lume/_config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/lume/_config.ts b/lume/_config.ts
index 514332c..aa7c0af 100644
--- a/lume/_config.ts
+++ b/lume/_config.ts
@@ -32,6 +32,7 @@ site.copy("static");
site.copy("favicon.ico");
site.copy("static/font/inter/inter.css");
site.copy("static/img");
+site.copy("src/static", "static");
site.data("getYear", () => {
return new Date().getFullYear();