Skip to content

Commit

Permalink
update SITE_URL constant
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Feb 13, 2024
1 parent a2c2cbd commit 79885ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const MOBILE_BREAKPOINT = 767.98
export const SITE_URL = process.env.SITE_URL || 'http://localhost:3000'
export const SITE_URL = process.env.SITE_URL || 'https://bochkovskyi.vercel.app'

0 comments on commit 79885ca

Please sign in to comment.