Content updates
- Editors update content in the Payload admin at
/admin. - Changes are reflected on the public site once published.
Deployments
- Deployments are managed by the hosting platform connected to the repo.
- Environment variables are configured in the hosting provider, not in code.
Migrations
- Payload migrations live in
wlumsa.org/src/migrations/. - Run migrations as part of the standard release workflow.
Media and storage
- Media uploads are stored in Supabase storage and referenced via Payload.
- Large media updates should be coordinated to avoid broken references.