Add NotoSansJP font

This commit is contained in:
Akira Tempaku 2024-04-12 16:59:11 +09:00
commit 507135fee2
6 changed files with 17 additions and 11 deletions

View file

@ -16,10 +16,10 @@
:port 3000))
(defmethod jg:not-found ((app jg:app))
(view:render-page (cmp:not-found-page)
:status :not-found
:title "404 Not Found"
:description "お探しのページは見つかりませんでした。"))
(view:render (cmp:not-found-page)
:status :not-found
:title "404 Not Found"
:description "お探しのページは見つかりませんでした。"))
(defun update ()
(jg:clear-middlewares *app*)