15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"hosting": {
|
|
"public": ".",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
|
"cleanUrls": true,
|
|
"appAssociation": "AUTO",
|
|
"rewrites": [
|
|
{
|
|
"source": "/**",
|
|
"dynamicLinks": true
|
|
}
|
|
]
|
|
}
|
|
}
|