From be09bb704f8030a072114108fc094f07ee62efba Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2019 13:32:43 +0200 Subject: Added 301 rules for old articles --- firebase.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'firebase.json') diff --git a/firebase.json b/firebase.json index 06f8172..aeb958a 100644 --- a/firebase.json +++ b/firebase.json @@ -7,6 +7,38 @@ "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 + } ] } } -- cgit v1.2.3