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
Tapas Adhikary edited this page May 17, 2022
·
2 revisions
How did we include play meta information when we share it on Social Media?
Used in src/common/routing/RouteDefs.jsx
Takes in a destructured object consisting of a Play's meta data.
Applies the necessary meta tags using react-helmet and returns the Play component along with the new metadata.
(The metadata for plays can be found in src/meta/play-meta.js)