Skip to content

Commit

Permalink
test fixing the OG manual image link
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Apr 15, 2024
1 parent f57c079 commit 9b11678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/TopLayoutBlog.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export default function TopLayoutBlog(props) {
const { canonicalAsServer } = pathnameToLanguage(router.asPath);
const card =
headers.manualCard === 'true'
? `https://mui.com/static/blog/${slug}/card.png`
? `/static/blog/${slug}/card.png`
: `/edge-functions/og-image/?title=${headers.cardTitle || finalTitle}&authors=${headers.authors
.map((author) => {
const { github, name } = authors[author];
Expand Down

0 comments on commit 9b11678

Please sign in to comment.