blob: 23ff8620493340d49115c367853a6ef555ee1f92 [file] [log] [blame]
{
"hosting": {
"public": "build/web",
"redirects": [ {
"source": "/current_results**",
"destination": "https://dart-current-results.web.app",
"type": 301
} ],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}]
}
}