From e5f432aff3030805e84cd0e645cd810918d1114e Mon Sep 17 00:00:00 2001 From: prototypa Date: Fri, 2 Dec 2022 02:24:25 -0500 Subject: [PATCH] Add cache for Cloudflare Pages --- public/_headers | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/_headers diff --git a/public/_headers b/public/_headers new file mode 100644 index 0000000..1892f57 --- /dev/null +++ b/public/_headers @@ -0,0 +1,2 @@ +/assets/* + Cache-Control: public, max-age=31536000, immutable \ No newline at end of file