From 70ebd65a187e7a6b07db5d953c03f3e72e1a1e26 Mon Sep 17 00:00:00 2001 From: Rami Bitar Date: Sat, 8 Aug 2026 17:57:17 -0400 Subject: [PATCH] Disable the image optimizer again Restore images.unoptimized so renders as a passthrough. The next/image call sites stay as they are; they simply serve the original Shopify URLs rather than routing through /_next/image. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_015uSQQNWrmiYDRW9L9VnsGC --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 3cd2e5f..a8d8825 100644 --- a/next.config.js +++ b/next.config.js @@ -4,6 +4,7 @@ export default { ignoreBuildErrors: true, }, images: { + unoptimized: true, remotePatterns: [ { protocol: 'https',