Answers for "react routing not working in firebase"

0

react routing not working in firebase

{
  "hosting": {
    "public": "build",
    "rewrites": [
      {
        "source": "**",
        "destination": "/index.html"
      }
    ],
    "ignore": [
      "firebase.json",
      "**/.*",
      "**/node_modules/**"
    ]
  }
}
Posted by: Guest on July-02-2021

Code answers related to "react routing not working in firebase"

Code answers related to "Javascript"

Browse Popular Code Answers by Language