From dfd8e7d50f24f3907004b34af27326d7dd0bca98 Mon Sep 17 00:00:00 2001 From: B Vikas Chandra <48272577+vikaschandrab@users.noreply.github.com> Date: Tue, 30 Sep 2025 21:45:13 +0530 Subject: [PATCH] issue fixes --- resources/views/public/blogs/show.blade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/views/public/blogs/show.blade.php b/resources/views/public/blogs/show.blade.php index c9a7f79..66002a6 100644 --- a/resources/views/public/blogs/show.blade.php +++ b/resources/views/public/blogs/show.blade.php @@ -121,10 +121,10 @@ function verifyImage($url) { - - - - + + + + @@ -202,7 +202,7 @@ function verifyImage($url) { "description": "{{ $blog->description ?: ($blog->excerpt ?: Str::limit(strip_tags($blog->content), 155)) }}", "image": { "@type": "ImageObject", - "url": "{{ $meetMytechLogo }}?v={{ time() }}", + "url": "{{ $imageUrl }}?v={{ time() }}", "width": 1200, "height": 630 },