Problem
7 large PNG files (~2.5MB total) sit in the repo root, cluttering the project structure and bloating the working directory.
What to change
- Create
/public/images/ directory
- Move all root-level PNG/image files into
/public/images/
- Update all references in components, CSS, and markdown to point to new paths
- Verify images render correctly after move
Acceptance criteria
Label: tech-debt | Priority: medium
Problem
7 large PNG files (~2.5MB total) sit in the repo root, cluttering the project structure and bloating the working directory.
What to change
/public/images/directory/public/images/Acceptance criteria
/images/URL pathLabel: tech-debt | Priority: medium