corrected path to static-files

This commit is contained in:
David Botton 2022-04-13 10:56:57 -04:00
parent 1c1158ba3a
commit bbf8c1e83a

View file

@ -41,9 +41,7 @@
:long-poll-first t
;; Supply so meta info
:boot-function (clog-web-meta
"clogpower.com - CLOG - the common lisp omnificent gui")
:static-root (merge-pathnames "./www/"
(asdf:system-source-directory :cweb)))
"clogpower.com - CLOG - the common lisp omnificent gui"))
;; Add /about
(set-on-new-window 'on-about :path "/about")
(open-browser))