-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add twitter:card to the meta using vue-meta #817
Comments
Hi, bro, have you solved this problem? |
@amshiro no, i dropped the package and added the metatags to the index.html directly. there is head.js lib that is a better alternative for this one |
I haven't implemented it either. I'll try head.js. Thanks for your suggestion. |
Bro, would you like to share the core usage of head.js? 😊🙏😊 |
Wouldn't |
i am trying to add a simple twitter card and title as meta tags to my vue3 pages, the tags are different between the pages,
i can't seem to find any documentation that can show exactly how to do that, everything is super complicated.
i tried adding
meta
attribute with the desired attrobutes to the vue-router routes and return it inmetaInfo
function but that didn't work.The text was updated successfully, but these errors were encountered: