From 6d8450a8fc90b5923366053c9fc8534130c853e8 Mon Sep 17 00:00:00 2001 From: Sascha Date: Fri, 29 Mar 2024 13:34:38 +0700 Subject: [PATCH] redirect book urls to homepage --- firebase.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firebase.json b/firebase.json index 01af7c96..49c09d50 100644 --- a/firebase.json +++ b/firebase.json @@ -123,6 +123,11 @@ "source": "/artikel/way-into-tech", "destination": "https://angular.de/artikel/david-muellerchen-my-way-into-tech/", "type": 301 + }, + { + "source": "/buecher/*", + "destination": "https://angular.de", + "type": 301 } ], "headers": [