From 8ca9bb7cc6a5545174a57cf968e5124793ca3923 Mon Sep 17 00:00:00 2001 From: Jake Zerrer Date: Wed, 13 Aug 2025 10:44:16 -0400 Subject: Check in 404.html --- src/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core.clj b/src/core.clj index b2b0d08..b8ba344 100644 --- a/src/core.clj +++ b/src/core.clj @@ -20,7 +20,7 @@ target-file (io/file target-path)] (io/make-parents target-file) (spit target-file (str (page-fn))))) - (spit (io/file "target/html/404.html") (str (e-404)))) + (spit (io/file "404.html") (str (e-404)))) (defn -main [] (clean) -- cgit v1.2.3