Skip to content

Commit

Permalink
feat: add new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspang authored Mar 29, 2024
1 parent e734d34 commit 346c4d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ const validOrigins = [
'https://launch.radardao.xyz',
'https://radar-launch.netlify.app',
'https://radarlaunch.app',
'https://radar-launch-frontend.vercel.app'
'https://radar-launch-frontend.vercel.app',
'https://radardao.xyz/launch'
];

if (process.env.NODE_ENV === 'development') {
Expand Down

0 comments on commit 346c4d7

Please sign in to comment.