Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 10, 2025
2 parents 1be034b + 7b6db09 commit 3035461
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions pwa/src/data/connectSrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ https://ede.openwoo.app
https://ede.accept.openwoo.app
https://epe.openwoo.app
https://epe.accept.openwoo.app
https://epe.prod.openwoo.app
https://gooisemeren.openwoo.app
https://gooisemeren.accept.openwoo.app
https://gouda.openwoo.app
Expand Down
6 changes: 5 additions & 1 deletion pwa/src/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,10 @@ export const getConfig = (themeOrDomainName: string, host: string): Record<strin
return BarendrechtAccept;

case "barneveld":
case "barneveld-theme":
case "open.barneveld.nl":
case "barneveld.openwoo.app":
case "barneveld.prod.openwoo.app":
case "barneveld.koophulpje.nl":
case "barneveld.prod.commonground.nu":
return Barneveld;
Expand All @@ -99,7 +101,7 @@ export const getConfig = (themeOrDomainName: string, host: string): Record<strin
return BarneveldAccept;

case "buren":
case "opem.buren.nl":
case "open.buren.nl":
case "buren.openwoo.app":
case "buren.koophulpje.nl":
return Buren;
Expand All @@ -119,6 +121,7 @@ export const getConfig = (themeOrDomainName: string, host: string): Record<strin
case "epe-theme":
case "open.epe.nl":
case "epe.openwoo.app":
case "epe.prod.openwoo.app":
case "epe.koophulpje.nl":
return Epe;
case "acceptatie-open.epe.nl":
Expand Down Expand Up @@ -165,6 +168,7 @@ export const getConfig = (themeOrDomainName: string, host: string): Record<strin
case "open.hofvantwente.nl":
case "hofvantwente.openwoo.app":
case "hofvantwente.koophulpje.nl":
case "hofvantwente.prod.openwoo.app":
case "hofvantwente.prod.commonground.nu":
return HofvanTwente;
case "acceptatie-open.hofvantwente.nl":
Expand Down
Loading

0 comments on commit 3035461

Please sign in to comment.