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',