From d524732753bf645a4e270cebadf852c62b5e7811 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 18 Apr 2024 22:24:09 -0700 Subject: [PATCH] router is not working well --- musical-leptos/src/lib.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/musical-leptos/src/lib.rs b/musical-leptos/src/lib.rs index 3effc44..4f7f9d1 100644 --- a/musical-leptos/src/lib.rs +++ b/musical-leptos/src/lib.rs @@ -14,7 +14,7 @@ use crate::pages::not_found::NotFound; /// An app router which renders the homepage and handles 404's /// -/// TODO: how do make the base dynamic? +/// TODO: how do make the base on the router dynamic to work with github pages? #[component] pub fn App() -> impl IntoView { // Provides context that manages stylesheets, titles, meta tags, etc. @@ -31,13 +31,13 @@ pub fn App() -> impl IntoView {
- + - - + +