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