sudachi.emuplace.app/firebase.json

16 lines
303 B
JSON
Raw Permalink Normal View History

2024-08-21 16:23:59 +02:00
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}