From 69abc55615e912394490736a9186de33fd626a8a Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 25 Mar 2022 14:02:02 -0700 Subject: [PATCH] Add MathJax scripts to /app --- packages/web/pages/app/[username]/[slug]/index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) 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', }} > +