Skip to content

Commit

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

Expand Down

0 comments on commit 3ca985e

Please sign in to comment.