Вот фрагмент, который обслуживает одну статическую веб-страницу:
(push (create-static-file-dispatcher-and-handler
"/stylesheet.css" "~/projects/project-x/stylesheet.css")
*dispatch-table*)
Чтобы сделать всю папку доступной, попробуйте create-folder-dispatcher-and-handler
.