Skip to content

Commit e0d253a

Browse files
committed
🍂 Add redirection to extensions
1 parent ae1b202 commit e0d253a

File tree

1 file changed

+36
-16
lines changed

1 file changed

+36
-16
lines changed

vercel.json

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,39 @@
11
{
2-
"headers": [
2+
"headers": [
3+
{
4+
"source": "/:all*(ttf|otf|woff|woff2)",
5+
"headers": [
36
{
4-
"source": "/:all*(ttf|otf|woff|woff2)",
5-
"headers": [
6-
{
7-
"key": "Cache-Control",
8-
"value": "public, max-age=31536000, immutable"
9-
}
10-
]
7+
"key": "Cache-Control",
8+
"value": "public, max-age=31536000, immutable"
119
}
12-
],
13-
"redirects": [
14-
{
15-
"source": "/git",
16-
"destination": "https://github.com/pheralb/svgl"
17-
}
18-
]
19-
}
10+
]
11+
}
12+
],
13+
"redirects": [
14+
{
15+
"source": "/git",
16+
"destination": "https://github.com/pheralb/svgl"
17+
},
18+
{
19+
"source": "/raycast",
20+
"destination": "https://www.raycast.com/1weiho/svgl"
21+
},
22+
{
23+
"source": "/vscode",
24+
"destination": "https://marketplace.visualstudio.com/items?itemName=EsteveSegura.svgl"
25+
},
26+
{
27+
"source": "/figma",
28+
"destination": "https://www.figma.com/community/plugin/1320306989350693206/svgl"
29+
},
30+
{
31+
"source": "/terminal",
32+
"destination": "https://github.com/sujjeee/svgls"
33+
},
34+
{
35+
"source": "/badges",
36+
"destination": "https://svgl-badge.vercel.app/"
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)