diff --git a/firebase.json b/firebase.json index 7a3251612b..f914f10a20 100644 --- a/firebase.json +++ b/firebase.json @@ -49,6 +49,10 @@ { "source": "/events", "destination": "/events.html" + }, + { + "source": "/survey", + "destination": "/survey.html" } ], "ignore": [ diff --git a/public/survey.html b/public/survey.html new file mode 100644 index 0000000000..296ad5feab --- /dev/null +++ b/public/survey.html @@ -0,0 +1,30 @@ + + + + + + + 2016 Angular Usage Trends Survey + + + + + + + + + \ No newline at end of file