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 [ {