diff --git a/shadow-cljs.edn b/shadow-cljs.edn index ef7c500..405c387 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -9,7 +9,7 @@ :builds {:node {:target :node-script - :output-to "public/index.js" + :output-to "index.js" :main blog.core/main :init-fn blog.core/main}}}