svgl/vercel.json

19 lines
421 B
JSON
Raw Normal View History

2023-03-16 18:23:17 +08:00
{
"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"
}
]
}