Add dynamic links.
This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
{
|
{
|
||||||
"hosting": {
|
"hosting": {
|
||||||
"public": ".",
|
"public": ".",
|
||||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
||||||
|
"cleanUrls": true,
|
||||||
|
"appAssociation": "AUTO",
|
||||||
|
"rewrites": [
|
||||||
|
{
|
||||||
|
"source": "/**",
|
||||||
|
"dynamicLinks": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user