We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4156cf commit 3babf09Copy full SHA for 3babf09
vercel.json
@@ -3,7 +3,7 @@
3
"trailingSlash": false,
4
"headers": [
5
{
6
- "source": "/fonts/Inter-italic.var.woff2",
+ "source": "/fonts/IBMPlexSansVar-Roman.woff2",
7
8
9
"key": "Cache-Control",
@@ -12,7 +12,25 @@
12
]
13
},
14
15
- "source": "/fonts/Inter-roman.var.woff2",
+ "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
26
27
28
29
30
31
32
33
+ "source": "/fonts/SourceSerif-Italic.var.woff2",
34
35
36
0 commit comments