diff --git a/apps/registry/app/components/[slug]/page.tsx b/apps/registry/app/components/[slug]/page.tsx index 827ecfa4..6b3436b3 100644 --- a/apps/registry/app/components/[slug]/page.tsx +++ b/apps/registry/app/components/[slug]/page.tsx @@ -12,7 +12,7 @@ import { StorybookEmbed } from "@/components/storybook-embed"; import componentMetadata from "@/lib/component-metadata.json"; import { breadcrumbLd, - jsonLdScript, + jsonLdScriptAttributes, softwareSourceCodeLd, } from "@/lib/jsonld"; import { generateOGMetadata, generateTwitterMetadata } from "@/lib/og"; @@ -172,24 +172,21 @@ export default async function ComponentPage(props: Props) { return ( <>