Use reference-backed hyperzine manifest

This commit is contained in:
fn
2026-06-08 18:43:12 +01:00
parent ac3b7d7ce9
commit d02bca8646
6 changed files with 236 additions and 23 deletions

View File

@@ -1,10 +1,11 @@
export const BLOG_NAME = "hyperzine";
export const BLOG_SITE_URL = "https://386900368387k.arweave.net/"
export const BLOG_PERMALINK_PREFIX = "https://386900368387k.arweave.net"
export const BLOG_SITE_URL = "https://hyperzine.xyz";
export const BLOG_PERMALINK_PREFIX = "https://hyperzine.xyz";
export const BLOG_DEFAULT_DESCRIPTION =
"A blog about cyberspace decentralization";
export const BLOG_TWITTER_HANDLE = "";
export const MANIFEST_TX_ID = "yVgW1MbkWYc76paeQZ92RK4GmzCXYiFLn_Z_1K7RzrE";
export const MANIFEST_REFERENCE_NAME = "mystic";
export const MANIFEST_TX_ID = "SShELKFa2EsiB-OJbeoNOjAIxgah9OmRhxYXBF_M9wA";
export const ARWEAVE_GATEWAY = "https://arweave.net";
export const AO_URL = "https://push-1.forward.computer";