Skip to content

Commit

Permalink
fix: correct contributors image file name (#8942)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtm-nayan committed Jul 9, 2023
1 parent f218699 commit ff76531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/svelte.dev/scripts/get_contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff76531

Please sign in to comment.