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