mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-20 22:03:48 +00:00
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:
@@ -82,4 +82,4 @@ routes = [
|
||||
]
|
||||
|
||||
[env.demo.vars]
|
||||
DOMAIN = "kill-the.news"
|
||||
DOMAIN = "demo.kill-the.news"
|
||||
|
||||
Reference in New Issue
Block a user