Skip to content

Commit

Permalink
Removed scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
FrantaBOT committed Aug 2, 2024
1 parent cc924cb commit 5263ce4
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 5263ce4

Please sign in to comment.