From d8ec8653858e0251e3d7f2da87aecc97b7430263 Mon Sep 17 00:00:00 2001 From: Austin <157770486+ToServeTheKing@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:51:20 -0500 Subject: [PATCH] Enable Next image optimization now that hosting is Vercel Firebase static export forced images.unoptimized; Vercel runs the optimizer, so drop it to auto-resize and serve WebP for the product photos. --- next.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 6722a05..d6afbdc 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,7 +2,6 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { images: { - unoptimized: true, remotePatterns: [ { protocol: 'https',