diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-10-25 11:21:00 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-10-25 11:21:00 -0400 |
| commit | 8ef825b08789ecdc65e216089fa26293c762bf49 (patch) | |
| tree | a61934fe70a8d5353dd873761d57dc04ec489c97 | |
| parent | ede3f2f7f25237b3a87544c6d7ef395550a8daef (diff) | |
| download | xesite-8ef825b08789ecdc65e216089fa26293c762bf49.tar.xz xesite-8ef825b08789ecdc65e216089fa26293c762bf49.zip | |
lume/config: fix typo that prevented incremental builds from working
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | lume/_config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lume/_config.ts b/lume/_config.ts index b73a2d5..80e10ff 100644 --- a/lume/_config.ts +++ b/lume/_config.ts @@ -25,7 +25,7 @@ import rehypePrism from "npm:rehype-prism-plus/all"; const site = lume({ src: "./src", - emptyDist: false, + emptyDest: false, }); site.copy("static"); |
