diff --git a/firebase.json b/firebase.json index 069b61f208..80ebf15663 100644 --- a/firebase.json +++ b/firebase.json @@ -20,7 +20,13 @@ }, { "source": "/docs/ts/latest/guide/setup.html", - "destination": "/docs/ts/latest/index.html" + "destination": "/docs/ts/latest/index.html", + "type": 301 + }, + { + "source": "/docs/ts/latest/glossary.html", + "destination": "/docs/ts/latest/guide/glossary.html", + "type": 301 }, { "source": "/docs/ts/latest/testing",