added some api
This commit is contained in:
@@ -12,8 +12,13 @@ const nextConfig: NextConfig = {
|
||||
},
|
||||
images: {
|
||||
unoptimized: true,
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "shop.post.tm",
|
||||
},
|
||||
],
|
||||
},
|
||||
/* config options here */
|
||||
}
|
||||
|
||||
export default withNextIntl(nextConfig)
|
||||
|
||||
Reference in New Issue
Block a user