From b21ee1c7da951ddae8d4f77cad10babc5fba7057 Mon Sep 17 00:00:00 2001 From: boutmoun Date: Sun, 3 May 2026 14:25:11 +0000 Subject: [PATCH] =?UTF-8?q?=D8=AA=D8=AD=D8=AF=D9=8A=D8=AB=20data/site-conf?= =?UTF-8?q?ig.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/site-config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/site-config.ts b/data/site-config.ts index 35c2e71..7560d9f 100644 --- a/data/site-config.ts +++ b/data/site-config.ts @@ -1,8 +1,8 @@ -const FALLBACK_SITE_URL = "https://grace-salamoun-architect.vercel.app"; +const FALLBACK_SITE_URL = "https://www.gracesalmoun.com"; export const siteName = "Grace Salmoun Portfolio"; export const siteUrl = (process.env.NEXT_PUBLIC_SITE_URL ?? FALLBACK_SITE_URL).replace(/\/+$/, ""); export function absoluteUrl(path = "/") { return new URL(path, `${siteUrl}/`).toString(); -} +} \ No newline at end of file