summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJake Zerrer <him@jakezerrer.com>2025-08-13 10:44:16 -0400
committerJake Zerrer <him@jakezerrer.com>2025-08-13 10:44:16 -0400
commit8ca9bb7cc6a5545174a57cf968e5124793ca3923 (patch)
tree866bda7cb8cad058ebd1ddf2b62e7e29eccc6b75 /src
parent7580c5cebe6cf47893982b59bc8cad0167cf2066 (diff)
Check in 404.html
Diffstat (limited to 'src')
-rw-r--r--src/core.clj2
1 files changed, 1 insertions, 1 deletions
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)