omnivore/vercel.json

15 lines
224 B
JSON
Raw Normal View History

2022-02-11 17:24:33 +00:00
{
"regions": ["sfo"],
"headers": [
{
2022-04-27 17:00:44 +00:00
"source": "/static/fonts/(.*)",
"headers" : [
{
"key" : "Cache-Control",
"value" : "public,max-age=31536000"
}
]
}
]
2022-02-11 17:24:33 +00:00
}