{
  "hosting": [
    {
      "site": "sentrei-alpha-dartdoc",
      "target": "dartdoc",
      "public": "doc/api",
      "ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
      "rewrites": [
        {
          "source": "**",
          "destination": "/index.html"
        }
      ]
    },
    {
      "site": "sentrei-staging-alpha-dartdoc",
      "target": "staging-dartdoc",
      "public": "doc/api",
      "ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
      "rewrites": [
        {
          "source": "**",
          "destination": "/index.html"
        }
      ]
    }
  ]
}
