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