diff --git a/next.config.js b/next.config.js index e48838c84..d23e3903a 100644 --- a/next.config.js +++ b/next.config.js @@ -37,19 +37,11 @@ const nextConfig = { }, { protocol: "https", - hostname: "imagevault-stage.scandichotels.com", + hostname: "scandichotels.com", }, { protocol: "https", - hostname: "imagevault.scandichotels.com", - }, - { - protocol: "https", - hostname: "test3.scandichotels.com", - }, - { - protocol: "https", - hostname: "www.scandichotels.com", + hostname: "*.scandichotels.com", }, ], },