Files
omnivore/vercel.json
2022-04-27 09:51:59 -07:00

15 lines
219 B
JSON

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