Skip to content

Commit

Permalink
update domains
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Aug 27, 2024
1 parent 70264b4 commit 2a4c616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/useConfigDomain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const DomainRef = {
value: 'ethda.io',
}

const supportDomain = ['ethda.io', 'ethda.xyz', 'ethda.com']
const supportDomain = ['ethda.io', 'ethda.app']

export const getAvilableDomain = () => {
if (location.hostname == 'localhost') return supportDomain[0]
Expand Down

0 comments on commit 2a4c616

Please sign in to comment.