Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Aug 6, 2024
1 parent 3ca985e commit 46a3ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const APP_HOSTNAME = process.env.VERCEL
? `https://${process.env.VERCEL_URL}`
export const APP_HOSTNAME = process.env.NEXT_PUBLIC_VERCEL_URL
? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}`
: process.env.NEXT_PUBLIC_HOSTNAME;

export default APP_HOSTNAME;

0 comments on commit 46a3ae5

Please sign in to comment.