16 lines
255 B
JSON
16 lines
255 B
JSON
{
|
|
"hosting": [
|
|
{
|
|
"target": "stable",
|
|
"cleanUrls": true,
|
|
"public": "source/build",
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
],
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
|
}
|
|
]
|
|
}
|