depot/web/lukegbcom/firebase.json

25 lines
428 B
JSON
Raw Normal View History

2022-04-05 02:18:57 +00:00
{
"hosting": {
"public": "out",
"ignore": [
"**/.*",
"**/*_original"
],
"rewrites": [
{
"source": "/encryptomatic/**",
"destination": "/encryptomatic/index.html"
}
],
"headers": [
{
"source": "_next/**",
"headers": [{
"key": "Cache-Control",
"value": "public, immutable, max-age=31536000"
}]
}
]
}
}