sdasd
All checks were successful
Deploy / deploy (push) Successful in 54s

This commit is contained in:
2026-07-27 21:26:46 +02:00
parent b98f9ee6eb
commit 36092027d2
6 changed files with 18 additions and 14 deletions

View File

@@ -127,7 +127,7 @@ final class Lorelei
public static function buildProxyUrl(array $row): string
{
return '/api/avatar?' . http_build_query(self::apiQuery($row));
return 'https://api.dicebear.com/10.x/lorelei/svg?' . http_build_query(self::apiQuery($row) + ['size' => '256']);
}
public static function previewChoices(array $row, string $field): array