We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14b15a commit 4eb6cf0Copy full SHA for 4eb6cf0
site/scripts/get-contributors.js
@@ -42,6 +42,7 @@ async function main() {
42
}
43
44
await sprite.quality(80).write(`../static/contributors.jpg`);
45
+ // TODO: Optimizing the static/contributors.jpg image should probably get automated as well
46
console.log('remember to additionally optimize the resulting /static/contributors.jpg image file via e.g. https://squoosh.app ');
47
48
const str = `[\n\t${authors.map(a => `'${a.login}'`).join(',\n\t')}\n]`;
0 commit comments