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

@ -28,4 +28,5 @@
(defun handle-get (params)
(declare (ignore params))
(~page))
(list :body (~page)
:cache :static))