Skip to content

Commit

Permalink
chore(website): make docusaurus show twitter card image (#5253)
Browse files Browse the repository at this point in the history
docs: make docusaurus show twitter card image

Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
  • Loading branch information
connorlurring and JoshuaKGoldberg committed Jun 26, 2022
1 parent 507629a commit 2600f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/website/docusaurusConfig.ts
Expand Up @@ -59,7 +59,9 @@ const themeConfig: ThemeCommonConfig & AlgoliaThemeConfig = {
metadata: [
{ name: 'msapplication-TileColor', content: '#443fd4' },
{ name: 'theme-color', content: '#443fd4' },
{ name: 'twitter:image:alt', content: 'Typescript-eslint logo' },
],
image: 'img/logo-twitter-card.png',
navbar: {
title: 'TypeScript ESLint',
// hideOnScroll: true,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2600f7f

Please sign in to comment.