Template
Disable the image optimizer again
Restore images.unoptimized so <Image> 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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015uSQQNWrmiYDRW9L9VnsGC
This commit is contained in:
co-authored by
Claude Opus 5
parent
82c9626c75
commit
70ebd65a18
@@ -4,6 +4,7 @@ export default {
|
|||||||
ignoreBuildErrors: true,
|
ignoreBuildErrors: true,
|
||||||
},
|
},
|
||||||
images: {
|
images: {
|
||||||
|
unoptimized: true,
|
||||||
remotePatterns: [
|
remotePatterns: [
|
||||||
{
|
{
|
||||||
protocol: 'https',
|
protocol: 'https',
|
||||||
|
|||||||
Reference in New Issue
Block a user