Use relative URL in opengraph header
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
58ef60dc65
commit
65c71f88ea
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@
|
|||
<meta property="og:title" content="{{ $title }}"/>
|
||||
<meta property="og:type" content="{{ $type }}"/>
|
||||
<meta property="og:description" content="{{ $description }}"/>
|
||||
<meta property="og:image" content="{{ $image | absURL }}">
|
||||
<meta property="og:image" content="{{ $image | relURL }}">
|
||||
<meta property="og:url" content="{{ $url }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue