UNPKG

preact-material-components

Version:
42 lines (41 loc) 703 B
{ "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" } ] } ] }