preact-material-components
Version:
preact wrapper for "Material Components for the web"
42 lines (41 loc) • 703 B
JSON
{
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"headers": [
{
"source": "**",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=3600, no-cache"
},
{
"key": "Access-Control-Max-Age",
"value": "600"
}
]
},
{
"source": "/sw.js",
"headers": [
{
"key": "Cache-Control",
"value": "private, no-cache"
}
]
},
{
"source": "**/*.chunk.*.js",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000"
}
]
}
]
}