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 26411cf commit e0c89b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pwa/src/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
case "open.barendrecht.nl":
case "barendrecht.openwoo.app":
case "barendrecht.koophulpje.nl":
return Barneveld;
return Barendrecht;
case "acceptatie-open.barendrecht.nl":
case "barendrecht.accept.openwoo.app":
return BarendrechtAccept;


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

Expand Down

0 comments on commit e0c89b8

Please sign in to comment.