From 79885ca16fe1ef1ba0291b0241c92e67507001fe Mon Sep 17 00:00:00 2001 From: Bochkovskyi Date: Tue, 13 Feb 2024 13:33:37 +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 8657bcb..cf64b24 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 || 'http://localhost:3000' +export const SITE_URL = process.env.SITE_URL || 'https://bochkovskyi.vercel.app'