mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
Add missing @ to username (#27)
Output: ``` <meta name="twitter:site" content="@archtechx" /> ```
This commit is contained in:
parent
0992083ee9
commit
169600dc2d
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ seo()
|
|||
->description(default: 'We are a development agency ...')
|
||||
->image(default: fn () => asset('header.png'))
|
||||
->flipp('blog', 'o1vhcg5npgfu')
|
||||
->twitterSite('archtechx');
|
||||
->twitterSite('@archtechx');
|
||||
```
|
||||
|
||||
### Controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue