Skip to content

Commit

Permalink
Update getConfig.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MWest2020 authored Nov 6, 2024
1 parent 65ab4ba commit c85d892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pwa/src/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -82,6 +83,9 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | 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":
Expand Down

0 comments on commit c85d892

Please sign in to comment.