Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Created August 13, 2016 19:08
Show Gist options
  • Save johnhamelink/bce9820ad2fe0a69763755049be146de to your computer and use it in GitHub Desktop.
Save johnhamelink/bce9820ad2fe0a69763755049be146de to your computer and use it in GitHub Desktop.
{
"firebase": "findaplayer",
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"cleanurls": false,
"rewrites" : [
{
"source": "/event/*",
"destination": "/event_dynamic/index.html"
},
{
"source": "/event_test/*",
"destination": "/event_dynamic/index.html"
}
],
"redirects": [
{
"source": "/terms.php",
"destination": "/terms",
"type": 301
},
{
"source": "/terms.html",
"destination": "/terms",
"type": 301
},
{
"source": "/press-area.php",
"destination": "/press-area",
"type": 301
},
{
"source": "/contact.php",
"destination": "/contact",
"type": 301
},
{
"source": "/the-team.php",
"destination": "/the-team",
"type": 301
},
{
"source": "/index.php",
"destination": "/",
"type": 301
},
{
"source": "/social",
"destination": "http://goo.gl/forms/Wgd8ibqCWZDs2lqB3",
"type": 301
},
{
"source": "/playersignup",
"destination": "https://goo.gl/forms/HTdgcRVn4mpTF5nc2",
"type": 301
},
{
"source": "/sponsoredteams",
"destination": "https://goo.gl/forms/D6j1QCwtJSPoS2xA2",
"type": 301
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment