Add error page for internal server error

This commit is contained in:
Akira Tempaku 2024-10-03 15:01:40 +09:00
commit b403e6643f
2 changed files with 17 additions and 9 deletions

View file

@ -21,8 +21,8 @@
:name "description"
:content (or description "pakuの個人サイト")))
(body :hx-ext "head-support"
(main :class "container mx-auto"
children)))))
(main :class "container mx-auto"
children)))))
(defmethod jg:process-response ((app jg:app) result)
(jg:set-response-header :content-type "text/html; charset=utf-8")