Add focal point and artist overrides for new images

Update `gallery-artist-overrides.json` and `gallery-focal-points.json` to include new artist and focal point data for images.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: f14aa5a3-1406-4e58-ae74-304f64642234
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/23852c00-4779-460a-9e0c-d09fee4b6c92/ncMMRQ9
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sebastjanartic 2026-03-06 11:21:21 +00:00
parent 19953b3b84
commit 29ee687065
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ {
"DSC06296.jpg": "Simon Wild", "DSC06296.jpg": "Simon Wild",
"DSC06416.jpg": "Simon Wild" "DSC06416.jpg": "Simon Wild",
"Christa Fartek und Robert F .jpg": "Christa und Robert Fartek"
} }

View File

@ -78,5 +78,13 @@
"Adriana 1.jpg": { "Adriana 1.jpg": {
"x": 100, "x": 100,
"y": 23 "y": 23
},
"Christa Fartek und Robert F .jpg": {
"x": 43,
"y": 37
},
"Adriana 2.jpg": {
"x": 43,
"y": 35
} }
} }