Fix config panel field name: photographer.profileImage, not .image
Deploy to Dev / Deploy & Smoke Test (push) Successful in 23s
Deploy to Prod / Deploy & Smoke Test (prod) (push) Successful in 23s

Caught by testing against the real dev config after the initial
commit - the quick-edit form was writing to a nonexistent key instead
of the one the rest of the app actually reads.
This commit is contained in:
2026-07-20 06:38:34 +00:00
parent 4ac34ca943
commit 945ebdec57
+1 -1
View File
@@ -593,7 +593,7 @@ const CFG_QUICK_FIELDS = [
['cfg-site-tagline', 'site.tagline'],
['cfg-site-heroImage', 'site.heroImage'],
['cfg-photographer-name', 'photographer.name'],
['cfg-photographer-image', 'photographer.image'],
['cfg-photographer-image', 'photographer.profileImage'],
['cfg-photographer-bio', 'photographer.bio'],
['cfg-contact-email', 'contact.email'],
['cfg-contact-phone', 'contact.phone'],