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

15 lines
224 B
JSON

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