Set a cache control header on font files

This commit is contained in:
Jackson Harper
2022-04-27 09:51:59 -07:00
parent 4fcde32fbf
commit ec98c6c975

View File

@ -1,3 +1,14 @@
{
"regions": ["sfo"]
"regions": ["sfo"],
"headers": [
{
"source": "/static/fonts/.*",
"headers" : [
{
"key" : "Cache-Control",
"value" : "public,max-age=36000"
}
]
}
]
}