Dont use <Script inside next/head
This commit is contained in:
@ -120,14 +120,12 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<script async src="/static/scripts/mathJaxConfiguration.js" />
|
||||
<Script
|
||||
async
|
||||
id="MathJax-script"
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
|
||||
/>
|
||||
</Head>
|
||||
<Script async src="/static/scripts/mathJaxConfiguration.js" />
|
||||
<Script
|
||||
async
|
||||
id="MathJax-script"
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
|
||||
/>
|
||||
<Box
|
||||
id="article-container"
|
||||
css={{
|
||||
|
||||
Reference in New Issue
Block a user