mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
use proper headers
This commit is contained in:
parent
9388a1d76b
commit
5572d637da
@ -17,7 +17,7 @@
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "604800"
|
||||
"value": "max-age=604800"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -35,7 +35,7 @@
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "31536000"
|
||||
"value": "max-age=31536000"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user