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 19, 2024
1 parent 607645e commit ed9411a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pwa/src/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
return BarendrechtAccept;


case "barneveld":
case "open.barneveld.nl":
case "barneveld.openwoo.app":
case "barneveld.koophulpje.nl":
return Barneveld;
case "barneveld.accept.openwoo.app":
return BarneveldAccept;
Expand Down

0 comments on commit ed9411a

Please sign in to comment.