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 25, 2023
1 parent c299fc9 commit 342211f
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://turbocharger-app.mehdibha.com`;
: `https://app.turbocharger.com`;

0 comments on commit 342211f

Please sign in to comment.