From 73df171203630d6b060ea30700aee87371feb11b Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 16 May 2022 09:37:51 +0200 Subject: [PATCH] add cache header --- _headers | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_headers b/_headers index 0995a4d..9321c4d 100644 --- a/_headers +++ b/_headers @@ -1,3 +1,4 @@ /* Content-Security-Policy: default-src 'self' - X-Content-Type-Options: nosniff \ No newline at end of file + X-Content-Type-Options: nosniff + cache-control: public, max-age=3600, must-revalidate \ No newline at end of file