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

Commit

Permalink
fix: remove / from path
Browse files Browse the repository at this point in the history
  • Loading branch information
mazziechai committed Mar 26, 2024
1 parent a5084a1 commit 697d433
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 @@ -27,7 +27,7 @@ pub fn App() -> impl IntoView {

<Router base="/nova">
<Routes base="/nova".to_string()>
<Route path="/" view=Home/>
<Route path="" view=Home/>
</Routes>
</Router>
}
Expand Down

0 comments on commit 697d433

Please sign in to comment.