Skip to content

Commit

Permalink
fix: update app url
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdibha committed Dec 27, 2023
1 parent 3db604d commit c83a31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/marketing/src/config/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const APP_URL =
process.env.NODE_ENV === "development"
? `http://localhost:3000`
: `https://app.turbocharger.com`;
: `https://app.turbocharger.cc`;

1 comment on commit c83a31c

@vercel
Copy link

@vercel vercel bot commented on c83a31c Dec 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.