i am having problem with firebase if i visit any page on my website i get 404 error except "/" ``` { "hosting": { "public": "public", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ] } } ```