From c85d892a4821172b6f93ea9d907cc8dfca42694c Mon Sep 17 00:00:00 2001 From: Mark West <66728126+MWest2020@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:32:23 +0100 Subject: [PATCH] Update getConfig.ts --- pwa/src/services/getConfig.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pwa/src/services/getConfig.ts b/pwa/src/services/getConfig.ts index e336fdc9..272735d4 100644 --- a/pwa/src/services/getConfig.ts +++ b/pwa/src/services/getConfig.ts @@ -3,6 +3,7 @@ import Albrandswaard from "./../../static/configFiles/municipalities/albrandswaa import AlbrandswaardAccept from "./../../static/configFiles/municipalities/albrandswaard/albrandswaard-accept.json"; import Barendrecht from "./../../static/configFiles/municipalities/barendrecht/barendrecht.json"; import BarendrechtAccept from "./../../static/configFiles/municipalities/barendrecht/barendrecht-accept.json"; +import BarneveldAccept from "./../../static/configFiles/municipalities/barendrecht/barneveld-accept.json"; import Buren from "./../../static/configFiles/municipalities/buren/buren.json"; import BurenAccept from "./../../static/configFiles/municipalities/buren/buren-accept.json"; import Dinkelland from "./../../static/configFiles/municipalities/dinkelland/dinkelland.json"; @@ -82,6 +83,9 @@ export const getConfig = (themeOrDomainName: string): Record | unde case "barendrecht.accept.openwoo.app": return BarendrechtAccept; + case "barneveld.accept.openwoo.app": + return BarneveldAccept; + case "buren": case "opem.buren.nl": case "buren.openwoo.app":