fix(demo): correct DOMAIN env var to demo.kill-the.news

The [env.demo] section pointed DOMAIN to kill-the.news while the
custom_domain route was demo.kill-the.news, causing feed/email URLs
to show the wrong domain in the admin UI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Herr
2026-05-22 18:21:26 +02:00
parent 3ccbd876b6
commit ba7add5f53
+1 -1
View File
@@ -82,4 +82,4 @@ routes = [
]
[env.demo.vars]
DOMAIN = "kill-the.news"
DOMAIN = "demo.kill-the.news"