From d38f0d4b1a58834f4563dda55b17c1532ed46851 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Wed, 21 Feb 2018 14:47:01 +0100 Subject: [PATCH] Add a temporary redirect for the new 'get started' landing page --- firebase.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firebase.json b/firebase.json index 99e742c6993..497ea20a09d 100644 --- a/firebase.json +++ b/firebase.json @@ -67,6 +67,11 @@ "source": "/privacy", "destination": "https://www.google.com/intl/en/policies/privacy/", "type": 301 + }, + { + "source": "/get-started/", + "destination": "/setup/", + "type": 301 } ] }