Skip to content

Commit

Permalink
chore: firefly (#11599)
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Apr 28, 2024
1 parent 6c47ab9 commit 58f0ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared-base/src/Site/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const matchEnhanceableSiteHost: Record<EnhanceableSite, RegExp> = {
[EnhanceableSite.Mirror]: /(^|\.)mirror\.xyz$/i,
[EnhanceableSite.Firefly]:
process.env.NODE_ENV === 'production' ?
/(?:^(?:firefly\.|firefly-staging\.|firefly-canary\.)?mask\.social|\.vercel\.app)$/i
/(?:^(?:firefly\.|firefly-staging\.|firefly-canary\.)?mask\.social|[\w-]+\.vercel\.app)$/i
: /^localhost:\d+$/,
}

Expand Down

0 comments on commit 58f0ab5

Please sign in to comment.