ipsos-components
Version:
Material Design components for Angular
29 lines (28 loc) • 539 B
JSON
{
"functions": {
"source": "tools/screenshot-test/functions"
},
"hosting": {
"public": "dist/packages/demo-app",
"rewrites": [
{
"source": "/**/!(*.@(js|ts|html|css|json|svg|png|jpg|jpeg))",
"destination": "/index.html"
}
],
"headers": [
{
"source": "*",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
}
]
}
],
"ignore": [
"firebase.json"
]
}
}