dockerfile/examples/omnivore/official-src/omnivore-main/vercel.json

15 lines
224 B
JSON

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