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 3af4e78 commit a0c8c58
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 || 'https://bochkovskyi.vercel.app'
export const SITE_URL = process.env.SITE_URL || 'https://bochkovskyi.dev'

0 comments on commit a0c8c58

Please sign in to comment.