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:
Jackson Harper
2022-04-26 20:44:05 -07:00
parent 4ace0490a4
commit e3bcdda89c

View File

@ -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 />