Improve cache control

This commit is contained in:
Akira Tempaku 2025-05-01 00:37:46 +09:00
commit f16f49dde7
Signed by: paku
GPG key ID: 5B4E8402BCC50607
6 changed files with 33 additions and 13 deletions
src/routes

View file

@ -15,4 +15,6 @@
(defun handle-get (params)
(declare (ignore params))
(list (~page) *metadata*))
(list :body (~page)
:metadata *metadata*
:cache :dynamic))