Files
skatabend/firebase.json
RedCat310 9c57f94ccb
Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
Füge Firebase-Hosting-Konfiguration hinzu und aktualisiere den Titel der Anwendung
2025-05-21 19:31:51 +02:00

18 lines
260 B
JSON

{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"site": "skatabend"
}
}