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 11, 2024
1 parent ee315b7 commit 197478c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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 Barneveld from "./../../static/configFiles/municipalities/barneveld/barneveld.json";
import BarneveldAccept from "./../../static/configFiles/municipalities/barneveld/barneveld-accept.json";
import Buren from "./../../static/configFiles/municipalities/buren/buren.json";
import BurenAccept from "./../../static/configFiles/municipalities/buren/buren-accept.json";
Expand Down Expand Up @@ -82,7 +83,10 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
case "acceptatie-open.barendrecht.nl":
case "barendrecht.accept.openwoo.app":
return BarendrechtAccept;



case "barneveld.openwoo.app":
return Barendrecht;
case "barneveld.accept.openwoo.app":
return BarneveldAccept;

Expand Down

0 comments on commit 197478c

Please sign in to comment.