bweh ok ima just whingbangle this
confusedbread confuseddbread@gmail.com
Thu, 03 Jul 2025 15:37:17 +0200
1 files changed,
0 insertions(+),
4 deletions(-)
jump to
M
src/main.rs
→
src/main.rs
@@ -13,13 +13,9 @@ }
#[cfg(debug_assertions)] const URL: &str = "http://localhost:5050/api"; -#[cfg(debug_assertions)] -const STATIC: &str = "./static"; #[cfg(not(debug_assertions))] const URL: &str = "https://kate.breadlabs.de/api"; -#[cfg(not(debug_assertions))] -const STATIC: &str = "../../src/static"; fn head(page_title: &str) -> Markup { html! {