whoops
confusedbread confuseddbread@gmail.com
Thu, 03 Jul 2025 15:35:30 +0200
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
src/main.rs
→
src/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 {