Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-30 | Docs site cleanup (#948) | 1 | -42/+0 | ||
* add language selector * docs site cleanup * review feedback * code review comments | |||||
2021-07-22 | Move `site` to a prop instead of directly importing from within the ↵ | 1 | -2/+6 | ||
component. (#803) | |||||
2021-07-20 | Docs/ Add MetaData component for Open Graph and Twitter embeds (#784) | 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> |