Browse Source

adjust routes

pull/376/head
castdrian 2 years ago
parent
commit
386afd21ea
No known key found for this signature in database
  1. 3
      src/setup/App.tsx

3
src/setup/App.tsx

@ -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

Loading…
Cancel
Save