From 28b8cc6a59be6f947369a4307463177481e0ac74 Mon Sep 17 00:00:00 2001 From: Ghita Lucian Date: Thu, 10 Aug 2023 18:09:24 +0200 Subject: [PATCH] image --- lib/shopify/mock.js | 2 +- next.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/shopify/mock.js b/lib/shopify/mock.js index 5474e598b..636e1494e 100644 --- a/lib/shopify/mock.js +++ b/lib/shopify/mock.js @@ -6,7 +6,7 @@ const mockMoney = { }; const mockImage = { - url: 'https://example.com/image.jpg', + url: 'https://ssc-sparkle.vercel.app/_next/image?url=https%3A%2F%2Fpublish-p64257-e147834-cmstg.adobeaemcloud.com%2Fcontent%2Fdam%2Faem-demo-assets%2Fen%2Fadventures%2Fcycling-tuscany%2FAdobeStock_261097343.jpeg&w=2048&q=75', altText: 'Sample Image', width: 500, height: 500 diff --git a/next.config.js b/next.config.js index 451262374..b21b6617f 100644 --- a/next.config.js +++ b/next.config.js @@ -17,7 +17,7 @@ module.exports = { }, { protocol: 'https', - hostname: 'example.com', + hostname: 'ssc-sparkle.vercel.app', pathname: '/**' } ]