Skip to content

Commit

Permalink
hotfix: fix THUMBNAIL_OPTIMIZER_QUERY_STRING (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Feb 1, 2024
1 parent cccf2a3 commit 9cdb20f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@Component
public class OptimizedImageUrlProvider implements OptimizedImageUrlGenerator {

public static final String THUMBNAIL_OPTIMIZER_QUERY_STRING = "type=f&w=96&h=96&quality=70&autorotate=false&faceopt=false";
public static final String THUMBNAIL_OPTIMIZER_QUERY_STRING = "?type=f&w=96&h=96&quality=70&autorotate=false&faceopt=false";
public static final String KB_IMAGE_OPTIMIZER_QUERY_STRING = "?type=f&w=480&h=480&faceopt=false&quality=50&autorotate=false";

@Value("${cloud.ncp.image-optimizer-cdn}")
Expand Down

0 comments on commit 9cdb20f

Please sign in to comment.