File size: 215 Bytes
f86ef5b
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "rewrites": [
    {
      "source": "/api/(.*)",
      "destination": "https://krishpotanwar-disaster-relief-env.hf.space/$1"
    },
    {
      "source": "/(.*)",
      "destination": "/index.html"
    }
  ]
}