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

0 comments on commit 26411cf

Please sign in to comment.