From 95f14a63771e33e4431b09d3e0871ffe7e75d9a6 Mon Sep 17 00:00:00 2001 From: Christel Westerberg Date: Fri, 23 Aug 2024 10:47:35 +0200 Subject: [PATCH] fix: extend allowedOrigins --- next.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.js b/next.config.js index 60e5a38d9..01fb628ea 100644 --- a/next.config.js +++ b/next.config.js @@ -23,6 +23,8 @@ const nextConfig = { "develop--web-scandic-hotels.netlify.app", "stage--web-scandic-hotels.netlify.app", "test--web-scandic-hotels.netlify.app", + "master--web-scandic-hotels.netlify.app", + "*.scandichotels.com", ], }, },