diff --git a/public/API/queries/skills.php b/public/API/queries/skills.php index a9b9f47..db8fd10 100644 --- a/public/API/queries/skills.php +++ b/public/API/queries/skills.php @@ -29,7 +29,7 @@ function getSkills() { // Get the actual presigned-url $downloadURL = (string) $presignedRequest->getUri(); $encodedUrl = rtrim(strtr(base64_encode($downloadURL), '+/', '-_'), '='); - $path = "/rs:fit:0:80:1/g:no/{$encodedUrl}.png"; + $path = "/rs:fit:0:80:1/g:no/{$encodedUrl}.webp"; $signature = rtrim(strtr(base64_encode(hash_hmac('sha256', $imgProxySalt.$path, $imgProxyKey, true)), '+/', '-_'), '='); array_push($response, $imgProxyUrl . "/" . $signature . $path);