From a230187e9fe596939da15631e9a9e48df37de412 Mon Sep 17 00:00:00 2001 From: Rami Bitar Date: Sun, 9 Aug 2026 09:07:42 -0400 Subject: [PATCH] Re-enable image optimization and default header logo text Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01NK7oe8iYPiNvVCvg5z1eyQ --- components/shopify/header.tsx | 2 +- next.config.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/shopify/header.tsx b/components/shopify/header.tsx index 09aa31c..82ff3a1 100644 --- a/components/shopify/header.tsx +++ b/components/shopify/header.tsx @@ -50,7 +50,7 @@ interface HeaderProps { } const Header: React.FC = ({ - storeName = 'Shop', + storeName = 'Logo', logoUrl, links = [ { label: 'Shop', url: '/' }, diff --git a/next.config.js b/next.config.js index a8d8825..3cd2e5f 100644 --- a/next.config.js +++ b/next.config.js @@ -4,7 +4,6 @@ export default { ignoreBuildErrors: true, }, images: { - unoptimized: true, remotePatterns: [ { protocol: 'https',