Combine marketing and product homepage (#156)
Created by: francisschmaltz
New marketing homepage for sourcegraph.com!
Router users visiting about.sourcegraph.com/ and sourcegraph.com/ to the new homepage based off the following conditions:
If a user is logged out -> / -> /start and gets the new homepage If a user is logged in -> / -> /search and gets the normal search page
Users that visit either /start or /search will get the page without redirections
This is not implemented on non-sourcegraph.com instances.
This PR updates the CHANGELOG.md file to describe any user-facing changes. This PR does not need to update the CHANGELOG because ...