Files
contexted-v3/firebase.json
2023-05-19 23:38:43 +02:00

18 lines
264 B
JSON

{
"hosting": {
"target": "contexted-v3",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}