Template
Re-enable image optimization and default header logo text
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NK7oe8iYPiNvVCvg5z1eyQ
This commit is contained in:
co-authored by
Claude Opus 5
parent
70ebd65a18
commit
a230187e9f
@@ -50,7 +50,7 @@ interface HeaderProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const Header: React.FC<HeaderProps> = ({
|
const Header: React.FC<HeaderProps> = ({
|
||||||
storeName = 'Shop',
|
storeName = 'Logo',
|
||||||
logoUrl,
|
logoUrl,
|
||||||
links = [
|
links = [
|
||||||
{ label: 'Shop', url: '/' },
|
{ label: 'Shop', url: '/' },
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ export default {
|
|||||||
ignoreBuildErrors: true,
|
ignoreBuildErrors: true,
|
||||||
},
|
},
|
||||||
images: {
|
images: {
|
||||||
unoptimized: true,
|
|
||||||
remotePatterns: [
|
remotePatterns: [
|
||||||
{
|
{
|
||||||
protocol: 'https',
|
protocol: 'https',
|
||||||
|
|||||||
Reference in New Issue
Block a user