Skip to content

Commit 3babf09

Browse files
committed
🧐 Update Cache Policy
1 parent d4156cf commit 3babf09

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

vercel.json

+20-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"trailingSlash": false,
44
"headers": [
55
{
6-
"source": "/fonts/Inter-italic.var.woff2",
6+
"source": "/fonts/IBMPlexSansVar-Roman.woff2",
77
"headers": [
88
{
99
"key": "Cache-Control",
@@ -12,7 +12,25 @@
1212
]
1313
},
1414
{
15-
"source": "/fonts/Inter-roman.var.woff2",
15+
"source": "/fonts/IBMPlexSansVar-Italic.woff2",
16+
"headers": [
17+
{
18+
"key": "Cache-Control",
19+
"value": "public, max-age=31536000, immutable"
20+
}
21+
]
22+
},
23+
{
24+
"source": "/fonts/SourceSerif.var.woff2",
25+
"headers": [
26+
{
27+
"key": "Cache-Control",
28+
"value": "public, max-age=31536000, immutable"
29+
}
30+
]
31+
},
32+
{
33+
"source": "/fonts/SourceSerif-Italic.var.woff2",
1634
"headers": [
1735
{
1836
"key": "Cache-Control",

0 commit comments

Comments
 (0)