File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- Cache-Control: public, max-age=3600, s-maxage=3600
2
+ Cache-Control: public, max-age=3600, s-maxage=3600;
3
3
4
4
/assets/*
5
5
! Cache-Control
6
- Cache-Control: public, max-age=31536000, s-maxage=31536000, immutable
6
+ Cache-Control: public, max-age=31536000, s-maxage=31536000, immutable;
7
7
8
8
/build/*
9
9
! Cache-Control
10
- Cache-Control: public, max-age=31536000, s-maxage=31536000, immutable
10
+ Cache-Control: public, max-age=31536000, s-maxage=31536000, immutable;
11
11
12
12
/*.svg
13
13
! Cache-Control
14
- Cache-Control: public, max-age=86400, s-maxage=86400
14
+ Cache-Control: public, max-age=86400, s-maxage=86400;
15
15
16
16
/favicon.ico
17
17
! Cache-Control
18
- Cache-Control: public, max-age=604800, s-maxage=604800
19
-
18
+ Cache-Control: public, max-age=604800, s-maxage=604800;
You can’t perform that action at this time.
0 commit comments