We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64832d7 + d2b131d commit fd82b66Copy full SHA for fd82b66
1 file changed
src/lib.rs
@@ -34,7 +34,7 @@ pub fn App() -> impl IntoView {
34
<Meta charset="UTF-8" />
35
<Meta name="viewport" content="width=device-width, initial-scale=1.0" />
36
37
- <Router>
+ <Router base="/">
38
<Routes fallback=|| view! { NotFound }>
39
<Route path=path!("/home") view=Home />
40
<Route path=path!("/getting-started") view=GettingStarted />
0 commit comments