From 4ba46209ff496bfc8d7b0ad6a43a6fd47326b46b Mon Sep 17 00:00:00 2001 From: abdullah-dev0 Date: Mon, 13 Jul 2026 08:11:49 +0500 Subject: [PATCH] Update site domain to texttalk.abdullahtech.me Update the hardcoded OpenGraph URL in constructMetadata from the old domain (texttalk.techonline.live) to the new production domain (texttalk.abdullahtech.me) so social share metadata points to the correct site. Co-Authored-By: Claude Opus 4.8 --- src/lib/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils.ts b/src/lib/utils.ts index ace624e..e0a62dd 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -32,7 +32,7 @@ export function constructMetadata({ title, description, type: 'website', - url: 'https://texttalk.techonline.live', + url: 'https://texttalk.abdullahtech.me', images: [ { url: image,