From 1fadc76ef04a704cb5d1b9aa51c9ebf16206336d Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Wed, 21 Aug 2024 08:29:05 +0200 Subject: [PATCH] refactor(SW-96): use wildcard matching for scandichotels subdomain --- next.config.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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", }, ], },