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
},