depot/web/lukegbcom/firebase.json

24 lines
428 B
JSON

{
"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"
}]
}
]
}
}