summaryrefslogtreecommitdiff
path: root/src/core.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.clj')
-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)