mirror of
https://github.com/vercel/commerce.git
synced 2025-05-20 16:36:59 +00:00
chore: add medusa aws host to next config
This commit is contained in:
parent
0f4f5a79df
commit
496c1f4a70
@ -14,6 +14,11 @@ module.exports = {
|
|||||||
protocol: 'https',
|
protocol: 'https',
|
||||||
hostname: 'cdn.shopify.com',
|
hostname: 'cdn.shopify.com',
|
||||||
pathname: '/s/files/**'
|
pathname: '/s/files/**'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
protocol: 'https',
|
||||||
|
hostname: 'medusa-public-images.s3.eu-west-1.amazonaws.com',
|
||||||
|
pathname: '/**'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user