Change conf route all requests to React App.

This commit is contained in:
codevictory
2022-01-11 21:35:34 +02:00
parent 301d417b01
commit de7d0d03ec

View File

@@ -1,13 +1,11 @@
{ {
"hosting": { "hosting": {
"public": ".", "public": "build",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"], "ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"cleanUrls": true,
"appAssociation": "AUTO",
"rewrites": [ "rewrites": [
{ {
"source": "/**", "source": "**",
"dynamicLinks": true "destination": "/index.html"
} }
] ]
} }