Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
fix: update routes to reflect GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mazziechai committed Mar 25, 2024
1 parent a0fb9cd commit ad000e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nova-playground/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ pub fn App() -> impl IntoView {

<Router>
<Routes>
<Route path="/" view=Home/>
<Route path="/*" view=NotFound/>
<Route path="/nova" view=Home/>
<Route path="/nova/*" view=NotFound/>
</Routes>
</Router>
}
Expand Down

0 comments on commit ad000e3

Please sign in to comment.