all repos — breadsite @ 4a6167c66467134d1189aa0178cf037d6f6d59df

Unnamed repository; edit this file 'description' to name the repository.

bweh ok ima just whingbangle this
confusedbread confuseddbread@gmail.com
Thu, 03 Jul 2025 15:37:17 +0200
commit

4a6167c66467134d1189aa0178cf037d6f6d59df

parent

b460d4815b1c523bfbd453ca9d9fe542d5cdc6cb

1 files changed, 0 insertions(+), 4 deletions(-)

jump to
M src/main.rssrc/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! {