{
  "rewrites": [
    {
      "source": "/api/:match*",
      "destination": "https://<Your_Backend_API>/api/:match*"
    },
    {
      "source": "/(.*)",
      "destination": "/index.html"
    }
  ]
}