Skip to content

Commit

Permalink
Merge pull request #1056 from FrantaBOT/fix/scheme
Browse files Browse the repository at this point in the history
Removed scheme
  • Loading branch information
Excellify authored Sep 30, 2024
2 parents af6f1ee + 5263ce4 commit 6c382fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function imageHostToSrcset(
multiplier /= targetSize;

if (srcset) srcset += ", ";
srcset += `https:${host.url}/${size.name} ${multiplier}x`;
srcset += `${host.url}/${size.name} ${multiplier}x`;
}

if (targetSize === 1) known[host.url] = srcset;
Expand Down

0 comments on commit 6c382fa

Please sign in to comment.