diff options
Diffstat (limited to 'firebase.json')
| -rw-r--r-- | firebase.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/firebase.json b/firebase.json index aeb958a..47a26f2 100644 --- a/firebase.json +++ b/firebase.json | |||
| @@ -10,33 +10,33 @@ | |||
| 10 | ], | 10 | ], |
| 11 | "redirects": [ | 11 | "redirects": [ |
| 12 | { | 12 | { |
| 13 | "source": "/encoding-binary-data-into-dna-sequence", | 13 | "source": "/experiments/encoding-binary-data-into-dna-sequence.html", |
| 14 | "destination": "/experiments/encoding-binary-data-into-dna-sequence.html", | 14 | "destination": "/encoding-binary-data-into-dna-sequence", |
| 15 | "type": 301 | 15 | "type": 301 |
| 16 | }, | 16 | }, |
| 17 | { | 17 | { |
| 18 | "source": "/using-digitalocean-spaces-object-storage-with-fuse", | 18 | "source": "/experiments/using-digitalocean-spaces-object-storage-with-fuse.html", |
| 19 | "destination": "/experiments/using-digitalocean-spaces-object-storage-with-fuse.html", | 19 | "destination": "/using-digitalocean-spaces-object-storage-with-fuse", |
| 20 | "type": 301 | 20 | "type": 301 |
| 21 | }, | 21 | }, |
| 22 | { | 22 | { |
| 23 | "source": "/simple-iot-application", | 23 | "source": "/experiments/simple-iot-application.html", |
| 24 | "destination": "/experiments/simple-iot-application.html", | 24 | "destination": "/simple-iot-application", |
| 25 | "type": 301 | 25 | "type": 301 |
| 26 | }, | 26 | }, |
| 27 | { | 27 | { |
| 28 | "source": "/profiling-python-web-applications-with-visual-tools", | 28 | "source": "/experiments/profiling-python-web-applications-with-visual-tools.html", |
| 29 | "destination": "/experiments/profiling-python-web-applications-with-visual-tools.html", | 29 | "destination": "/profiling-python-web-applications-with-visual-tools", |
| 30 | "type": 301 | 30 | "type": 301 |
| 31 | }, | 31 | }, |
| 32 | { | 32 | { |
| 33 | "source": "/what-i-ve-learned-developing-ad-server", | 33 | "source": "/notes/what-i-ve-learned-developing-ad-server.html", |
| 34 | "destination": "/notes/what-i-ve-learned-developing-ad-server.html", | 34 | "destination": "/what-i-ve-learned-developing-ad-server", |
| 35 | "type": 301 | 35 | "type": 301 |
| 36 | }, | 36 | }, |
| 37 | { | 37 | { |
| 38 | "source": "/golang-profiling-simplified", | 38 | "source": "/notes/golang-profiling-simplified.html", |
| 39 | "destination": "/notes/golang-profiling-simplified.html", | 39 | "destination": "/golang-profiling-simplified", |
| 40 | "type": 301 | 40 | "type": 301 |
| 41 | } | 41 | } |
| 42 | ] | 42 | ] |
