fix path issues

This commit is contained in:
David Botton 2021-03-18 19:00:42 -04:00
parent 5cb8377e3c
commit 2011f99829

View file

@ -9,5 +9,7 @@
(run body))
(defun start-app ()
(initialize #'on-new-window :static-root #P"www/")
(initialize #'on-new-window
:static-root (merge-pathnames "./www/"
(asdf:system-source-directory :hello-clog)))
(open-browser))