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

Commit

Permalink
fix: this might fix 404
Browse files Browse the repository at this point in the history
  • Loading branch information
mazziechai committed Mar 26, 2024
1 parent 1ce0579 commit ecc85f1
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="/nova" view=Home/>
<Route path="nova" view=Home/>
<Route path="/*" view=NotFound/>
</Routes>
</Router>
Expand Down

0 comments on commit ecc85f1

Please sign in to comment.