Add dynamic links.

This commit is contained in:
codevictory
2022-01-11 17:33:43 +02:00
parent 80030b617b
commit 301d417b01

View File

@@ -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
}
]
} }
} }