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 (#27)

Output:
```
<meta name="twitter:site" content="@archtechx" />
```
This commit is contained in:
Sven 2023-03-02 14:04:18 +01:00 committed by GitHub
parent 0992083ee9
commit 169600dc2d
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 ...')
->image(default: fn () => asset('header.png'))
->flipp('blog', 'o1vhcg5npgfu')
->twitterSite('archtechx');
->twitterSite('@archtechx');
```
### Controller