mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠 Create vercel.json.
This commit is contained in:
+19
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user