aboutsummaryrefslogtreecommitdiff
path: root/firebase.json
blob: aeb958af2f8af9937ce83957d6a0d3ba181f699c (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": "/encoding-binary-data-into-dna-sequence",
        "destination": "/experiments/encoding-binary-data-into-dna-sequence.html",
        "type": 301
      },
      {
        "source": "/using-digitalocean-spaces-object-storage-with-fuse",
        "destination": "/experiments/using-digitalocean-spaces-object-storage-with-fuse.html",
        "type": 301
      },
      {
        "source": "/simple-iot-application",
        "destination": "/experiments/simple-iot-application.html",
        "type": 301
      },
      {
        "source": "/profiling-python-web-applications-with-visual-tools",
        "destination": "/experiments/profiling-python-web-applications-with-visual-tools.html",
        "type": 301
      },
      {
        "source": "/what-i-ve-learned-developing-ad-server",
        "destination": "/notes/what-i-ve-learned-developing-ad-server.html",
        "type": 301
      },
      {
        "source": "/golang-profiling-simplified",
        "destination": "/notes/golang-profiling-simplified.html",
        "type": 301
      }
    ]
  }
}