diff --git a/firebase.json b/firebase.json index 99e742c699..497ea20a09 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 } ] }