Update contents
This commit is contained in:
parent
0801dbc1f6
commit
88ed5f794d
10 changed files with 18 additions and 15 deletions
|
@ -19,7 +19,7 @@
|
|||
(set-response-header :content-type "text/html; charset=utf-8")
|
||||
(set-response-header :cache-control (if (string= (hp-env) "dev")
|
||||
"private, no-store"
|
||||
"public, s-maxage=60, stale-while-revalidate=86400, stale-if-error=86400"))
|
||||
"public, max-age=60 s-maxage=300, stale-while-revalidate=86400, stale-if-error=86400"))
|
||||
(call-next-method app
|
||||
(hsx:render-to-string
|
||||
(match result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue