File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
[build ]
2
2
publish = " dist"
3
- command = " npm run build"
4
- [[headers ]]
5
- for = " /build/*"
6
- [headers .values ]
7
- Cache-Control = " public, max-age=31536000, immutable"
3
+ command = " npm run build"
Original file line number Diff line number Diff line change 24
24
"dependencies" : {
25
25
"@builder.io/qwik" : " 1.1.5" ,
26
26
"@builder.io/qwik-city" : " 1.1.5" ,
27
- "@fontsource/inter" : " ^4.5.15" ,
28
27
"@qwikest/icons" : " ^0.0.8" ,
29
28
"@unpic/qwik" : " ^0.0.19" ,
30
29
"gray-matter" : " ^4.0.3" ,
Original file line number Diff line number Diff line change 1
1
/build/*
2
+ Cache-Control: public, max-age=31536000, immutable
3
+ /subfont/*
2
4
Cache-Control: public, max-age=31536000, immutable
Original file line number Diff line number Diff line change 10
10
"value" : " public, max-age=31536000, immutable"
11
11
}
12
12
]
13
+ },
14
+ {
15
+ "source" : " /subfont/(.*)" ,
16
+ "headers" : [
17
+ {
18
+ "key" : " Cache-Control" ,
19
+ "value" : " public, max-age=31536000, immutable"
20
+ }
21
+ ]
13
22
}
14
23
]
15
24
}
You can’t perform that action at this time.
0 commit comments