-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Shortcuts for useHead #13555
Copy link
Copy link
Closed
Labels
Description
Following a part of https://github.com/nuxt/framework/discussions/1823
Some ideas of something more elegant for meta tags IMO:
useLang(lang)useTitle(title, template)useMetaDescription(description, options?)-> we could define options forog:,twitter:, etcuseMetaImage(url, options?)-> we could define options forog:,twitter:, etcuseMetaCharset(charset)useMetaAuthor(author)
Open to any suggestions 😊
Reactions are currently unavailable