web: enable avif image format

This commit is contained in:
2026-05-20 00:06:04 +02:00
parent 7f95d8e252
commit a3d71b18da
+1
View File
@@ -16,6 +16,7 @@ const nextConfig = {
hostname: "**",
},
],
formats: ["image/avif", "image/webp"],
dangerouslyAllowLocalIP: process.env.NODE_ENV === "development",
},
turbopack: {