From 6f56107494d236081b20488b4c58b1dcbb5699eb Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Fri, 11 Mar 2016 14:30:46 -0800 Subject: [PATCH] routing(dart): add a rule to redirect folks to dart docs --- firebase.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firebase.json b/firebase.json index f914f10a20..b82585e7f8 100644 --- a/firebase.json +++ b/firebase.json @@ -53,6 +53,10 @@ { "source": "/survey", "destination": "/survey.html" + }, + { + "source": "/dart", + "destination": "/docs/dart/latest/index.html" } ], "ignore": [