summaryrefslogtreecommitdiff
path: root/docs/src/components/MetaData.astro (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-30Docs site cleanup (#948)Gravatar Fred K. Schott 1-42/+0
* add language selector * docs site cleanup * review feedback * code review comments
2021-07-22Move `site` to a prop instead of directly importing from within the ↵Gravatar Caleb Jasik 1-2/+6
component. (#803)
2021-07-20Docs/ Add MetaData component for Open Graph and Twitter embeds (#784)Gravatar Caleb Jasik 1-0/+38
* Docs/ Add MetaData component for Open Graph and Twitter embeds * Switch twitter card type to `summary_large_image` * Add a version tag to the default-og-image url for cache busting * Update docs/src/config.ts Co-authored-by: Fred K. Schott <fkschott@gmail.com> * Incorporate changes from review * Construct `canonicalImageSrc` from `Astro.site`, which is not useful now, but could be if #788 is implemented Co-authored-by: Fred K. Schott <fkschott@gmail.com>