diff --git a/public/API/queries/skills.php b/public/API/queries/skills.php index f04344a..e7fc623 100644 --- a/public/API/queries/skills.php +++ b/public/API/queries/skills.php @@ -28,6 +28,8 @@ function getSkills() { // Get the actual presigned-url $downloadURL = (string) $presignedRequest->getUri(); + + // Generate the imgproxy URL $encodedUrl = rtrim(strtr(base64_encode($downloadURL), '+/', '-_'), '='); $path = "/rs:fit:0:$defaultSkillsWidth:1/g:no/{$encodedUrl}.webp";