Skip to content

Commit

Permalink
chore: fix isDev for configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Nov 1, 2023
1 parent 3314974 commit fe0469d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/widget-configurator/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export const isLocalHost = ['localhost', '127.0.0.1'].includes(window.location.h

export const isVercel = window.location.hostname.includes('vercel.app')

export const isDev = window.location.hostname.includes('dev.swap.cow.fi')
export const isDev = ['dev.widget.cow.fi', 'dev.swap.cow.fi'].includes(window.location.hostname)

0 comments on commit fe0469d

Please sign in to comment.