github.com/titpetric/pendulum@v0.1.180207-1512.0.20180514135826-1f399445df57/front/src/firebase.json (about)

     1  {
     2    "hosting": {
     3      "public": "dist",
     4      "rewrites": [
     5        {
     6          "source": "**",
     7          "destination": "/index.html"
     8        }
     9      ]
    10    }
    11  }