From 55de5155f244d72e9b1f4ab576ee1bb59e8f08d6 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Mon, 4 Aug 2025 23:34:45 -0400 Subject: [PATCH] Updated to the new ssgod and have static sync on. --- ssgod.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ssgod.toml b/ssgod.toml index 0fb1e95..cb6a558 100644 --- a/ssgod.toml +++ b/ssgod.toml @@ -3,3 +3,4 @@ views = "pages" layout = "pages/layouts/main.html" target = "public" watch_delay = "500ms" +sync_dir = "static"