|
|
|
@ -84,7 +84,8 @@ function App() {
@@ -84,7 +84,8 @@ function App() {
|
|
|
|
|
<Route exact path="/search/:type"> |
|
|
|
|
<Redirect to="/browse" /> |
|
|
|
|
</Route> |
|
|
|
|
<Route path={["/", "/browse/:query"]} component={SearchView} /> |
|
|
|
|
<Route exact path="/browse/:query" component={SearchView} /> |
|
|
|
|
<Route exact path="/" component={SearchView} /> |
|
|
|
|
{/* other */} |
|
|
|
|
<Route |
|
|
|
|
exact |
|
|
|
|