diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-10-13 10:45:01 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-10-13 10:45:01 -0400 |
| commit | 63324d6c938129bcf5263901ca9e1045d7ed4178 (patch) | |
| tree | c3373a35f33c1c0ae854b1c9cffeefd215dc5cff | |
| parent | d67524a5c37558b9164f12077afd50315644114f (diff) | |
| download | xesite-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.ts | 1 |
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(); |
