(define-page (regexp "/assets/.+/.+") (lambda (path) (let* ((paths (string-split path "/")) (asset-id (second paths)) (type (third paths))) (awful-response-headers `((content-type image/jpeg))) (parameterize ((root-path (pathname-directory "/home/local/andyjpb/.../thumbs/IMG_5021.JPG"))) (send-static-file (pathname-strip-directory "/home/local/andyjpb/.../thumbs/IMG_5021.JPG"))) "" ))