krz/hn

A brutalist web client for Hacker News.

clone: git clone https://gitbay.org/krz/hn.git

74c8245022b64da299df52b6f98b5045f337fd72

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-01-08T01:11:51Z

update URL
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php
index 0f8b78c..163b112 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 
 require_once 'src/Controller/RouteController.php';
 
-$GLOBALS['full_domain'] = 'https://hn.cmc.pub';
+$GLOBALS['full_domain'] = 'https://hn.cleberg.net';
 $GLOBALS['author_name'] = 'Christian Cleberg';
 $GLOBALS['site_title'] = 'hn';