Skip to content

Commit

Permalink
Update packages/docusaurus-theme-classic/src/theme/BlogPostPage/Struc…
Browse files Browse the repository at this point in the history
…turedData/index.tsx

Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
johnnyreilly and Josh-Cena authored Jan 29, 2024
1 parent 2bc8ca6 commit 25afce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function BlogPostStructuredData(props: Props): JSX.Element {
<script
type="application/ld+json"
// We're using dangerouslySetInnerHTML because we want to avoid React
// transforming transforming quotes into &quot; which upsets parsers.
// transforming quotes into &quot; which upsets parsers.
// The entire contents is a stringified JSON object so it is safe
// eslint-disable-next-line react/no-danger
dangerouslySetInnerHTML={{
Expand Down

0 comments on commit 25afce0

Please sign in to comment.