aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index ae4b6dc..e2523ed 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -121,7 +121,7 @@ export const query = graphql`
nodes {
name
childImageSharp {
- resize(height: 80, quality: 100) {
+ resize(height: 80, quality: 100, toFormat: WEBP) {
src
}
}