I have deployed my react application on firebase, when i reload the page it is showing the below page.

Firebase.json
{
"hosting": {
"public": "build",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}
NOT A SINGLE PAGE APP