Files
React95/old-website/firebase.json
2020-04-30 00:37:30 +02:00

17 lines
235 B
JSON

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