Skip to content

Commit

Permalink
Add redirect from /info-update to Google Form.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgezee committed Apr 5, 2019
1 parent c27e8b1 commit 034be34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"source": "**",
"destination": "/index.html"
},
{
"source": "info-update{,/**}",
"destination": "/info-update.html"
}
]
}
Expand Down
8 changes: 8 additions & 0 deletions public/info-update.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://docs.google.com/forms/d/e/1FAIpQLSciBsoj5AH6RKc0-DAh_x3QAggP6bCkCFYdCN3Tdu4rKEmJlw/viewform">
</head>
<body>
</body>
</html>

0 comments on commit 034be34

Please sign in to comment.