diff --git a/tutorial/30-tutorial.lisp b/tutorial/30-tutorial.lisp index 4ccd5f4..29d3b4c 100644 --- a/tutorial/30-tutorial.lisp +++ b/tutorial/30-tutorial.lisp @@ -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))