fix: correct contributors image file name (#8942)

pull/8947/head
gtmnayan 1 year ago committed by GitHub
parent f218699d71
commit ff76531bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ try {
await sprite
.quality(80)
.writeAsync(
new URL(`../src/routes/_components/Supporters/contributors.jpeg`, import.meta.url).pathname
new URL(`../src/routes/_components/Supporters/contributors.jpg`, import.meta.url).pathname
);
// TODO: Optimizing the static/contributors.jpg image should probably get automated as well

Loading…
Cancel
Save