Skip to content

Commit bd76d9b

Browse files
Update router
1 parent c3611f9 commit bd76d9b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/cursorless-org/src/App.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ export function App() {
1010

1111
<Route path="/cheatsheet" component={CheatsheetPage} />
1212

13-
<Redirect to="/" />
13+
<Route path="*">
14+
<Redirect to="/" />
15+
</Route>
1416
</Switch>
1517
</Router>
1618
);

0 commit comments

Comments
 (0)