@@ -541,7 +541,8 @@
\ No newline at end of file
diff --git a/vite.config.ts b/vite.config.ts
index e4d230c..7b6c76b 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -10,7 +10,7 @@ const config: UserConfig = {
// By default, directives are `?width=480;1024;1920&format=avif;webp;jpg`
// Now we change it to generate 5 variants instead - `avif/jpg` formats at `640/1280` + LQIP
defaultDirectives: () =>
- new URLSearchParams('?width=480;640;1024;1920&format=avif;webp;jpg&lqip=64')
+ new URLSearchParams('?width=320;480;640;1024;1920&format=avif;webp;jpg&lqip=64')
})
],
test: {