From a0c8c58ef48dff5430a883ea034e52bd71295c1f Mon Sep 17 00:00:00 2001 From: Bochkovskyi Date: Wed, 14 Feb 2024 00:21:27 +0200 Subject: [PATCH] update site url constant --- src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index cf64b24..d5fd276 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -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'