You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If possible find a way to hide "meta.meta" nesting, even if we need a way to manage all other root meta fields
// Automatically returns an object with "meta" propertymeta: metaTags([[["description","og:description"],"My description"],["twitter:card","summary"],["twitter:site","@nytimesbits"],["twitter:creator","@nickbilton"],]),
Provide a function which automatically builds the meta object
Current way:
Possible new API
If possible find a way to hide "meta.meta" nesting, even if we need a way to manage all other root
meta
fieldsThe text was updated successfully, but these errors were encountered: