mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #498 from omnivore-app/fix/font-cache-control
Set a cache control header on font files
This commit is contained in:
commit
3128e65463
1 changed files with 12 additions and 1 deletions
13
vercel.json
13
vercel.json
|
|
@ -1,3 +1,14 @@
|
|||
{
|
||||
"regions": ["sfo"]
|
||||
"regions": ["sfo"],
|
||||
"headers": [
|
||||
{
|
||||
"source": "/static/fonts/(.*)",
|
||||
"headers" : [
|
||||
{
|
||||
"key" : "Cache-Control",
|
||||
"value" : "public,max-age=31536000"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue