This commit is contained in:
Ghita Lucian 2023-08-10 18:09:24 +02:00
parent 7937b99945
commit 28b8cc6a59
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ const mockMoney = {
}; };
const mockImage = { 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', altText: 'Sample Image',
width: 500, width: 500,
height: 500 height: 500

View File

@ -17,7 +17,7 @@ module.exports = {
}, },
{ {
protocol: 'https', protocol: 'https',
hostname: 'example.com', hostname: 'ssc-sparkle.vercel.app',
pathname: '/**' pathname: '/**'
} }
] ]