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 1ea5d8a commit 16703b3Copy full SHA for 16703b3
apps/svelte.dev/src/routes/_home/Supporters/index.svelte
@@ -3,9 +3,9 @@
3
import donors from './donors.js';
4
5
// @ts-expect-error
6
- import contributors_img from './contributors.jpg?w=1800&format=webp';
+ import contributors_img from './contributors.jpg?format=webp';
7
8
- import donors_img from './donors.jpg?w=1800&format=webp';
+ import donors_img from './donors.jpg?format=webp';
9
</script>
10
11
<p class="intro">
0 commit comments