From e65c054add171c7e13699da9d19a0393e9ef4de6 Mon Sep 17 00:00:00 2001 From: albicodes Date: Wed, 14 Jun 2023 14:11:25 +0200 Subject: [PATCH] testing redirects (#595) --- firebase.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 3e19b550c0..a104d78cb2 100644 --- a/firebase.json +++ b/firebase.json @@ -135,7 +135,12 @@ }, { "source": "/docs/dev/fundamentals/hyperscaling.html", - "destination": "docs/reference/concepts/hyperscaling.html", + "destination": "/docs/reference/concepts/hyperscaling.html", + "type": "302" + }, + { + "source": "/docs/dev/fundamentals/docs/reference/concepts/hyperscaling.html", + "destination": "/docs/reference/concepts/hyperscaling.html", "type": "302" }, {