From a3d71b18dad9bfa09a97838ac123e831ad229b66 Mon Sep 17 00:00:00 2001 From: Jonas Braathen Date: Wed, 20 May 2026 00:06:04 +0200 Subject: [PATCH] web: enable avif image format --- web/next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/web/next.config.mjs b/web/next.config.mjs index b1251ba..d9de737 100644 --- a/web/next.config.mjs +++ b/web/next.config.mjs @@ -16,6 +16,7 @@ const nextConfig = { hostname: "**", }, ], + formats: ["image/avif", "image/webp"], dangerouslyAllowLocalIP: process.env.NODE_ENV === "development", }, turbopack: {