Loading build.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ (defun make-site () (gendl:start-gendl!) (let ((port (gwl::server-port))) (gwl:crawl :url-path "/clf-site" :port port))) (gwl:crawl :url-path "/clf-site" :port port :output-root (merge-pathnames ".public/" (glisp:system-home :clf-site))))) (make-site) Loading Loading
build.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ (defun make-site () (gendl:start-gendl!) (let ((port (gwl::server-port))) (gwl:crawl :url-path "/clf-site" :port port))) (gwl:crawl :url-path "/clf-site" :port port :output-root (merge-pathnames ".public/" (glisp:system-home :clf-site))))) (make-site) Loading