From 44cc65422afc16f941ba194559a7c5c9a4290d5f Mon Sep 17 00:00:00 2001 From: Camerin Date: Fri, 17 Sep 2021 19:52:48 -0400 Subject: [PATCH] Fixed vercel.json configuration --- vercel.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 55a10f3..4526182 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,13 @@ { - "headers": [{"cache-control" : "public, max-age=3600"}] + "headers": [ + { + "source": "/(*)", + "headers": [ + { + "key": "cache-control", + "value": "public, max-age=3600" + } + ] + } + ] } \ No newline at end of file