diff --git a/packages/web/pages/app/[username]/[slug]/index.tsx b/packages/web/pages/app/[username]/[slug]/index.tsx index 4f7ea04b9..82a9d225d 100644 --- a/packages/web/pages/app/[username]/[slug]/index.tsx +++ b/packages/web/pages/app/[username]/[slug]/index.tsx @@ -12,6 +12,7 @@ import { deleteHighlightMutation } from '../../../../lib/networking/mutations/de import { mergeHighlightMutation } from '../../../../lib/networking/mutations/mergeHighlightMutation' import { updateHighlightMutation } from '../../../../lib/networking/mutations/updateHighlightMutation' import { articleReadingProgressMutation } from '../../../../lib/networking/mutations/articleReadingProgressMutation' +import Script from 'next/script' type AppArticleEmbedContentProps = { slug: string @@ -78,6 +79,12 @@ function AppArticleEmbedContent( width: '100vw', }} > +