From 0fa058cd8c6c34cc9c9f1e72744a26e03475615a Mon Sep 17 00:00:00 2001 From: xylophonez Date: Thu, 2 Apr 2026 14:00:19 +0100 Subject: [PATCH] fix: blogname & url --- AGENTS.md | 2 +- scripts/prerender-meta.mjs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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: "" };