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":