Skip to content

Commit

Permalink
fix(response): new latex.css location
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuwn committed Jun 27, 2024
1 parent 55be75e commit 4b07e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "september"
version = "0.2.22"
version = "0.2.23"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A simple and efficient Gemini-to-HTTP proxy."
Expand Down
2 changes: 1 addition & 1 deletion src/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b07e18

Please sign in to comment.