Statement
Site identity constants (title, home URL, logo paths, and logo alt text) shall be defined in a single canonical configuration file (src/config/site.ts) and imported by components; values shall not be hard-coded inline.
Rationale
Single source of truth for site identity prevents drift across components and makes project-level customization a one-file edit.
Topics
Owner: component-system
Related: theming-reuse
Applies To
- Header & Navigation DOC-00011