aboutsummaryrefslogtreecommitdiff
path: root/src/response.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/response.rs')
-rw-r--r--src/response.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/response.rs b/src/response.rs
index 329d7b2..73a32e9 100644
--- a/src/response.rs
+++ b/src/response.rs
@@ -146,7 +146,7 @@ For example: to proxy "gemini://fuwn.me/uptime", visit "/proxy/fuwn.me/uptime".<
));
}
} else if !is_nocss {
- html_context.push_str(&format!(r#"<link rel="stylesheet" href="https://latex.now.sh/style.css"><style>{CSS}</style>"#));
+ html_context.push_str(&format!(r#"<link rel="stylesheet" href="https://latex.vercel.app/style.css"><style>{CSS}</style>"#));
if let Ok(primary) = var("PRIMARY_COLOUR") {
html_context