svgl/vercel.json
2023-03-16 10:23:17 +00:00

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"
}
]
}