/ firebase.json
firebase.json
1 { 2 "hosting": { 3 "public": ".", 4 "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], 5 "rewrites": [ 6 { 7 "source": "**", 8 "destination": "/index.html" 9 } 10 ] 11 } 12 }
1 { 2 "hosting": { 3 "public": ".", 4 "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], 5 "rewrites": [ 6 { 7 "source": "**", 8 "destination": "/index.html" 9 } 10 ] 11 } 12 }