From f41517aca1b5add96d3126315ed677dd6204fa3e Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Tue, 8 Mar 2016 15:47:33 -0800 Subject: [PATCH] chore(survey): post the survey to the site with a shortcut --- firebase.json | 4 ++++ public/survey.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 public/survey.html 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