File size: 156 Bytes
3c553d4
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
    "framework": "create-react-app",
    "rewrites": [
        {
            "source": "/(.*)",
            "destination": "/index.html"
        }
    ]
}