Skip to content

Commit

Permalink
Merge pull request #37 from firehawk89/update-site-url
Browse files Browse the repository at this point in the history
Update Site Url
  • Loading branch information
firehawk89 authored Feb 13, 2024
2 parents 3af4e78 + a0c8c58 commit b2c11c4
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 b2c11c4

Please sign in to comment.