File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -191,14 +191,14 @@ This will render all the default tags, for example:
191
191
/>
192
192
<link rel =" canonical" href =" https://example.com" />
193
193
<!-- Open Graph -->
194
- <meta property =" og:title" content =" Laravel " />
194
+ <meta property =" og:title" content =" Home " />
195
195
<meta property =" og:url" content =" https://example.com" />
196
196
<meta property =" og:locale" content =" en" />
197
- <meta property =" og:site_name" content =" Laravel " />
197
+ <meta property =" og:site_name" content =" My App " />
198
198
<meta property =" og:type" content =" website" />
199
199
<!-- Twitter (X) -->
200
200
<meta name =" twitter:card" content =" summary" />
201
- <meta name =" twitter:title" content =" Laravel " />
201
+ <meta name =" twitter:title" content =" Home " />
202
202
<!-- JSON-LD -->
203
203
<script type =" application/ld+json" >
204
204
{
You can’t perform that action at this time.
0 commit comments