Skip to content

Commit f14b15a

Browse files
author
Maximilian
committed
docs: adding a comment
1 parent 24788d7 commit f14b15a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/scripts/get-contributors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ async function main() {
4242
}
4343

4444
await sprite.quality(80).write(`../static/contributors.jpg`);
45+
console.log('remember to additionally optimize the resulting /static/contributors.jpg image file via e.g. https://squoosh.app ');
4546

4647
const str = `[\n\t${authors.map(a => `'${a.login}'`).join(',\n\t')}\n]`;
4748

0 commit comments

Comments
 (0)