Files
omnivore/vercel.json
2022-04-27 10:00:44 -07:00

15 lines
221 B
JSON

{
"regions": ["sfo"],
"headers": [
{
"source": "/static/fonts/(.*)",
"headers" : [
{
"key" : "Cache-Control",
"value" : "public,max-age=36000"
}
]
}
]
}