mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-08-05 00:54:16 +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 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
3ccbd876b6
commit
ba7add5f53
@@ -82,4 +82,4 @@ routes = [
|
||||
]
|
||||
|
||||
[env.demo.vars]
|
||||
DOMAIN = "kill-the.news"
|
||||
DOMAIN = "demo.kill-the.news"
|
||||
|
||||
Reference in New Issue
Block a user