Explicitly set the page being viewed to "discover" instead of just
rendering the discover page if none is set.
Eliminates several real or possible bugs and edge cases.
Before, <WunderBar /> would compare the address inside it to the page
address passed in by <Header /> to determine if there was a page change.
This would cause user input to be replaced with "Home" when typing a
search, since during a search the page address is always "Home," not
the query.
Now it simply checks if the page being viewed has changed.