mirror of
https://github.com/archtechx/laravel-seo.git
synced 2026-02-05 06:24:03 +00:00
OpenGraph improvements (#17)
* Allow setting tag('og:title', ...)
* og:type overriding
* Add type()
This commit is contained in:
parent
2480e532bf
commit
754b3936d0
4 changed files with 50 additions and 5 deletions
|
|
@ -42,5 +42,10 @@
|
|||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"pestphp/pest-plugin": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue