aboutsummaryrefslogtreecommitdiff
path: root/firebase.json
blob: 47a26f2f5ed23e90b6e0cbe015d80cbeea18b25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "hosting": {
    "public": "public",
    "cleanUrls": false,
    "ignore": [
      "firebase.json",
      "tmp/",
      "**/.*",
      "**/node_modules/**"
    ],
    "redirects": [
      {
        "source": "/experiments/encoding-binary-data-into-dna-sequence.html",
        "destination": "/encoding-binary-data-into-dna-sequence",
        "type": 301
      },
      {
        "source": "/experiments/using-digitalocean-spaces-object-storage-with-fuse.html",
        "destination": "/using-digitalocean-spaces-object-storage-with-fuse",
        "type": 301
      },
      {
        "source": "/experiments/simple-iot-application.html",
        "destination": "/simple-iot-application",
        "type": 301
      },
      {
        "source": "/experiments/profiling-python-web-applications-with-visual-tools.html",
        "destination": "/profiling-python-web-applications-with-visual-tools",
        "type": 301
      },
      {
        "source": "/notes/what-i-ve-learned-developing-ad-server.html",
        "destination": "/what-i-ve-learned-developing-ad-server",
        "type": 301
      },
      {
        "source": "/notes/golang-profiling-simplified.html",
        "destination": "/golang-profiling-simplified",
        "type": 301
      }
    ]
  }
}