diff --git a/AGENTS.md b/AGENTS.md index 15feef2..070d0ea 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -15,4 +15,4 @@ The look and feel is a modern, elegant, developer-focused light-theme blog. No r Ideal flow going forward: I update some const with the manifest view whenever I make an update to the blog. -The blog is called Hyperzine. +The blog is called hyperzine. diff --git a/scripts/prerender-meta.mjs b/scripts/prerender-meta.mjs index 90c5561..85875d2 100644 --- a/scripts/prerender-meta.mjs +++ b/scripts/prerender-meta.mjs @@ -7,9 +7,9 @@ const DIST_INDEX_HTML = path.join(DIST_DIR, "index.html"); const SRC_CONFIG = path.join(ROOT, "src", "config.ts"); const DEFAULTS = { - BLOG_NAME: "Hyperzine", - BLOG_SITE_URL: "https://example.com", - BLOG_DEFAULT_DESCRIPTION: "Hyperzine", + BLOG_NAME: "hyperzine", + BLOG_SITE_URL: "https://hyperzine.xyz"; + BLOG_DEFAULT_DESCRIPTION: "hyperzine", MANIFEST_TX_ID: "" };