mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
19 lines
421 B
JSON
19 lines
421 B
JSON
|
{
|
||
|
"headers": [
|
||
|
{
|
||
|
"source": "/:all*(ttf|otf|woff|woff2)",
|
||
|
"headers": [
|
||
|
{
|
||
|
"key": "Cache-Control",
|
||
|
"value": "public, max-age=31536000, immutable"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"redirects": [
|
||
|
{
|
||
|
"source": "/git",
|
||
|
"destination": "https://github.com/pheralb/svgl"
|
||
|
}
|
||
|
]
|
||
|
}
|