mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 06:36:56 +08:00
🛠 Create vercel.json.
This commit is contained in:
parent
b31662358d
commit
2fbde1a7bb
19
vercel.json
Normal file
19
vercel.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user