The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

lume/config: fix typo that prevented incremental builds from working

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 8ef825b0 ede3f2f7

+1 -1
+1 -1
lume/_config.ts
··· 25 25 26 26 const site = lume({ 27 27 src: "./src", 28 - emptyDist: false, 28 + emptyDest: false, 29 29 }); 30 30 31 31 site.copy("static");