update @ Sun Oct 29 17:59:27 EET 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-10-29 17:59:27 +02:00
parent c56b4fb002
commit daa1faf9fd
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -1097,7 +1097,7 @@ def build(config: dict[str, typing.Any]) -> int:
theme_primary=config["theme"]["primary"], theme_primary=config["theme"]["primary"],
theme_secondary=config["theme"]["secondary"], theme_secondary=config["theme"]["secondary"],
blog=config["blog"], blog=config["blog"],
path="/stats", path="stats",
styles=styles, styles=styles,
critical_css=crit_css, critical_css=crit_css,
gen=GEN, gen=GEN,