🛠 Create vercel.json.

This commit is contained in:
Pablo Hdez 2023-03-16 10:23:17 +00:00
parent b31662358d
commit 2fbde1a7bb

19
vercel.json Normal file
View File

@ -0,0 +1,19 @@
{
"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"
}
]
}