archtechx / laravel-seo

SEO package for Laravel
https://archte.ch/blog/introducing-laravel-seo
MIT License
291 stars 30 forks source link

Raw tags cannot be overridden #6

Closed heychazza closed 3 years ago

heychazza commented 3 years ago

When using raw tags (with the keys), it only adds additional HTML entries into the header, I know the concept behind it is to override as we spoke about previously. I personally use this for favicons, where I change it for viewing pages with user uploaded avatars.

When diving further, your tests (as found https://github.com/archtechx/laravel-seo/blob/master/tests/Pest/ManagerTest.php#L102) seem to reference the wrong value. Shouldn't this be checking for the newer entry, rather than the original abc?

stancl commented 3 years ago

Fixed in latest commit, thanks