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";