From 66a0f415f83fa6447e5c6de5c58936a6bdf17dff Mon Sep 17 00:00:00 2001 From: xylophonez Date: Fri, 27 Mar 2026 16:58:08 +0000 Subject: [PATCH] fix: blog title --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 6029f28..c4620b5 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,4 +1,4 @@ -export const BLOG_NAME = "Hyperzine"; +export const BLOG_NAME = "hyperzine"; export const MANIFEST_TX_ID = "VKzmyjIucGm2t9XBYNXpP0aolCD10CfEkivJvRnTpp4"; export const ARWEAVE_GATEWAY = "https://arweave.net";