This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Description
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 in metaInfo function but that didn't work.