ADD: optimize images

This commit is contained in:
webfussel 2024-05-24 09:09:46 +02:00
parent bd945e1ea9
commit 2cd663e023
6 changed files with 21 additions and 5 deletions

10
firebase.json Normal file
View file

@ -0,0 +1,10 @@
{
"hosting": {
"public": ".output/public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}