fix ?discover navigation
open.lbry.com/?discover would fail
This commit is contained in:
parent
583f39edb1
commit
a854fa38c2
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ export default function AppRouter() {
|
|||
<Scroll>
|
||||
<Switch>
|
||||
<Route path="/" exact component={DiscoverPage} />
|
||||
<Route path={`/$/${PAGES.DISCOVER}`} exact component={DiscoverPage} />
|
||||
<Route path={`/$/${PAGES.AUTH}`} exact component={AuthPage} />
|
||||
<Route path={`/$/${PAGES.INVITE}`} exact component={InvitePage} />
|
||||
<Route path={`/$/${PAGES.DOWNLOADED}`} exact component={FileListDownloaded} />
|
||||
|
|
Loading…
Add table
Reference in a new issue