fix: prerender

This commit is contained in:
fn
2026-04-02 14:12:13 +01:00
parent cb858438ef
commit 852a4a348c
3 changed files with 11 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ const SRC_CONFIG = path.join(ROOT, "src", "config.ts");
const DEFAULTS = {
BLOG_NAME: "hyperzine",
BLOG_SITE_URL: "https://hyperzine.xyz";
BLOG_SITE_URL: "https://hyperzine.xyz",
BLOG_DEFAULT_DESCRIPTION: "hyperzine",
MANIFEST_TX_ID: ""
};