# Production-only Grav config overrides. # # Deep-merged OVER the committed user/config/system.yaml via Grav's # per-environment config mechanism: on the server this file is deployed to # /user/env//config/system.yaml # and Grav's `environment://config` stream (keyed on the request hostname) # layers it on top of `user://config`. # # These values are deliberately NOT in the committed system.yaml because they # would break local development (see CLAUDE.md §1 — dev keeps twig.cache:false # so theme edits take effect immediately). Prod is the only place they apply. # # Deploy with: make remote-apply-env-prod # The user/env/ tree is outside the content repo's tracked folders, so it is # NOT restored by content-push / git-sync / remote-fetch-content — re-run the # target above after any fresh install. twig: cache: true debug: false auto_reload: false