- Use minimal setup.php that only overrides 'page' stream - Override only page stream to avoid conflicts with Grav core streams - Environment-specific pages now load correctly per hostname - Remove unused add-streams.sh script Root cause: Grav's core streams (data, config, etc.) cannot be overridden in setup.php without causing initialization errors. The solution is to only override the 'page' stream, which allows each environment to have its own pages while sharing plugins, themes, and data with the main installation. Testing confirmed: - charters.turnsys.com → "TSYS Group Charters" - plan.knownelement.com → "Known Element Business Plan" - plan.startinglineproductions.com → "Starting Line Productions Plan" 🤖 Generated with [Crush](https://crush.cbhops.com) Assisted-by: GLM-5 via Crush <crush@charm.land>
2.1 KiB
2.1 KiB