We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc83cc commit a90bd27Copy full SHA for a90bd27
resources/views/blog/post.blade.php
@@ -10,7 +10,7 @@
10
<meta property="og:type" content="article"/>
11
<meta
12
property="og:image"
13
- content="{{ action(\App\Controller\Socials\PostThumbnailController::class, ['title' => $post->getClearTitle()]) }}?v=2"
+ content="{{ action(\App\Controller\Socials\PostThumbnailController::class, ['title' => $post->getClearTitle()]) }}?v=3"
14
/>
15
16
0 commit comments