diff --git a/vercel.json b/vercel.json index 9d75cd60a..1462f17ca 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,14 @@ { - "regions": ["sfo"] + "regions": ["sfo"], + "headers": [ + { + "source": "/static/fonts/.*", + "headers" : [ + { + "key" : "Cache-Control", + "value" : "public,max-age=36000" + } + ] + } + ] }