From 1376ed101cab947ec86c28279370e1f89d39d5de Mon Sep 17 00:00:00 2001 From: xylophonez Date: Thu, 2 Apr 2026 13:18:40 +0100 Subject: [PATCH] feat: metadata revised --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index e774ff2..47a7356 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,7 +1,7 @@ -export const BLOG_NAME = "Hyperzine"; +export const BLOG_NAME = "hyperzine"; export const BLOG_SITE_URL = "https://zpz3tbjvlwkkrkn2talxgib6plcj62d3r3gpjebyinbcu7oa7bjq.arweave.net"; export const BLOG_DEFAULT_DESCRIPTION = - "Hyperzine is a modern developer-focused blog on the permaweb."; + "A blog about cyberspace decentralization"; export const BLOG_TWITTER_HANDLE = ""; export const MANIFEST_TX_ID = "N2zjKSSh5PtGKzCekTJF50yTv3mTIpQnaIXieyPxie8"; export const ARWEAVE_GATEWAY = "https://arweave.net";