mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
use title instead of content for og image
This commit is contained in:
parent
865c5ea03e
commit
dd3a3a3553
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<x:layout :title="$tip->title" :preview="$tip->content">
|
||||
<x:layout :title="$tip->title" :preview="$tip->title">
|
||||
<main class="mx-auto flex justify-between items-center gap-8">
|
||||
<aside class="flex flex-col gap-2">
|
||||
<h2 class="text-2xl font-medium">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue