1
0
Fork 0
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:
Sven 2023-03-02 09:17:24 +01:00 committed by GitHub
parent 0992083ee9
commit a0ef3853f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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