Skip to content

Commit

Permalink
Add ts-ignore to mainEntity in jsonLd
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Dec 21, 2024
1 parent 18f0d42 commit 7f50044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function generateFaqSchema(faqs: IFaq[]) {
const jsonLd: WithContext<FAQPage> = {
"@context": "https://schema.org",
"@type": "FAQPage",
// @ts-ignore
mainEntity,
};
return jsonLd;
Expand Down

0 comments on commit 7f50044

Please sign in to comment.