johnhamelink
8/13/2016 - 7:08 PM

firebase.json

{
  "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
    }
  ]
}