From 13e122185191b3bc7999d9057767e50deb635a88 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Fri, 1 May 2026 14:20:40 -0400 Subject: [PATCH] perf: enable avif/webp image optimization formats --- next.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.ts b/next.config.ts index f369349..f2fec53 100755 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,9 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", + images: { + formats: ["image/avif", "image/webp"], + }, async headers() { return [ {