fix(i18n): set DE site name to literal "Philflow" #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/de-site-name-literal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Der DE-Site-Name war
$DDEV_SITENAME(DDEV-Env, nur lokal gesetzt) → im Prod-Container leer, dadurch DE-<title>mit leerem Suffix („… -"). Literal „Philflow" wie die EN-Site, env-unabhängig, Suffix „… - Philflow" in beiden Umgebungen.Refs #4
🤖 Generated with Claude Code
The default site name was $DDEV_SITENAME, a DDEV-only env var that resolves on local but is empty in the production container, so ether/seo rendered the DE <title> with an empty suffix ("… -"). Use the literal brand name, matching the EN site, so the suffix is "… - Philflow" in both environments without an env dependency. Refs #4