all repos — breadsite @ b460d4815b1c523bfbd453ca9d9fe542d5cdc6cb

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

whoops
confusedbread confuseddbread@gmail.com
Thu, 03 Jul 2025 15:35:30 +0200
commit

b460d4815b1c523bfbd453ca9d9fe542d5cdc6cb

parent

c79ed8de553af34d5f5f0e128e375d8eca8f0518

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

jump to
M src/main.rssrc/main.rs

@@ -13,10 +13,12 @@ }

#[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 {