Files
website/firebase.json
2023-04-06 11:26:11 +02:00

18 lines
269 B
JSON

{
"hosting": {
"public": "public",
"site": "mike-czyz-website",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}