summaryrefslogtreecommitdiff
path: root/themes/blowfish/firebase.json
blob: a61db01a8a7d3539b9e481d4f9ead584fbfd0fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "hosting": {
    "public": "public",
    "ignore": [
      "firebase.json",
      "**/.*",
      "**/node_modules/**"
    ],
    "rewrites": [
      {
        "source": "**",
        "destination": "/index.html"
      }
    ]
  }
}