Remove the client side highlight.js code
We perform highlighting on the backend when content is saved, so this include isn't needed.
This commit is contained in:
@ -53,7 +53,6 @@ export default class Document extends NextDocument {
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<script async src="/static/scripts/intercom.js" />
|
||||
<script async src="/static/scripts/inject-sw.js" />
|
||||
<script async src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/highlight.min.js"></script>
|
||||
</Head>
|
||||
<body>
|
||||
<Main />
|
||||
|
||||
Reference in New Issue
Block a user