publicação

This commit is contained in:
2026-05-04 15:00:18 +01:00
parent 1f96a9bfae
commit 7b4504f49c
4 changed files with 55 additions and 0 deletions

21
firebase.json Normal file
View File

@@ -0,0 +1,21 @@
{
"hosting": {
"public": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
{
"source": "**/*.@(js|css|png|jpg|jpeg|gif|svg|woff|woff2)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=31536000"
}
]
}
]
}
}