Skip to content

Commit

Permalink
[docs-infra] Improve Twitter OG:image
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 11, 2024
1 parent 17eea99 commit b674117
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/src/modules/components/AppLayoutDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,7 @@ export default function AppLayoutDocs(props) {
}}
/>
<AdManager {...(hasTabs && { classSelector: '.component-tabs' })}>
<Head
title={`${title} - ${productName}`}
description={description}
largeCard={false}
card={card}
/>
<Head title={`${title} - ${productName}`} description={description} card={card} />
<Main disableToc={disableToc}>
{/*
Render the TOCs first to avoid layout shift when the HTML is streamed.
Expand Down

0 comments on commit b674117

Please sign in to comment.