File size: 104 Bytes
c3c6f00 | 1 2 3 4 5 6 7 8 9 | {
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}
|
c3c6f00 | 1 2 3 4 5 6 7 8 9 | {
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}
|