diff --git a/scripts/blog.py b/scripts/blog.py index fcbd0c7..41f3523 100755 --- a/scripts/blog.py +++ b/scripts/blog.py @@ -1097,7 +1097,7 @@ def build(config: dict[str, typing.Any]) -> int: theme_primary=config["theme"]["primary"], theme_secondary=config["theme"]["secondary"], blog=config["blog"], - path="", + path="/stats", styles=styles, critical_css=crit_css, gen=GEN,