Skip to content

Commit 16703b3

Browse files
authored
fix #371 (#455)
1 parent 1ea5d8a commit 16703b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/svelte.dev/src/routes/_home/Supporters/index.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import donors from './donors.js';
44
55
// @ts-expect-error
6-
import contributors_img from './contributors.jpg?w=1800&format=webp';
6+
import contributors_img from './contributors.jpg?format=webp';
77
// @ts-expect-error
8-
import donors_img from './donors.jpg?w=1800&format=webp';
8+
import donors_img from './donors.jpg?format=webp';
99
</script>
1010

1111
<p class="intro">

0 commit comments

Comments
 (0)