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 1ce0579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova-playground/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub fn App() -> impl IntoView {

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

0 comments on commit 1ce0579

Please sign in to comment.