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