Set a cache control header on font files
This commit is contained in:
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=36000"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user