Remove metadata component

This commit is contained in:
Akira Tempaku 2024-04-13 03:14:34 +09:00
commit f1c711ea43
6 changed files with 30 additions and 42 deletions

View file

@ -18,8 +18,8 @@
(defmethod jg:not-found ((app jg:app))
(view:render (cmp:not-found-page)
:status :not-found
:title "404 Not Found"
:description "お探しのページは見つかりませんでした。"))
:metadata '(:title "404 Not Found"
:description "お探しのページは見つかりませんでした。")))
(defun start ()
(jg:start *app*))