Files
firecms/website/firebase.json
2021-05-27 00:28:24 +02:00

18 lines
340 B
JSON

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