Skip to content

Commit

Permalink
Merge pull request #315 from ConductionNL/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
remko48 authored May 29, 2024
2 parents c9b5b1a + a0d06fc commit 0dd72d1
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 @@ -233,10 +233,10 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
// Other
case "conduction-theme":
case "open.conduction.nl":
case "conduction.openwoo.app":
case "conduction.koophulpje.nl":
return Conduction;
case "acceptatie-open.conduction.nl":
case "conduction.openwoo.app":
return ConductionAccept;

case "localhost":
Expand Down

0 comments on commit 0dd72d1

Please sign in to comment.