Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Dec 18, 2023
1 parent 5c1c9a9 commit 9bf6181
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 @@ -92,7 +92,7 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
return Lansingerland;

case "waddinxveen":
case "lansingerland.koophulpje.nl":
case "waddinxveen.koophulpje.nl":
return Waddinxveen;

case "rijssen-holten":
Expand All @@ -104,7 +104,7 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
return HoekscheWaard;

case "texel":
case "lansingerland.koophulpje.nl":
case "texel.koophulpje.nl":
return Texel;

default:
Expand Down

0 comments on commit 9bf6181

Please sign in to comment.