Merge pull request #494 from omnivore-app/fix/rm-client-side-highlighting

Remove the client side highlight.js code
This commit is contained in:
Jackson Harper
2022-04-27 09:27:32 -07:00
committed by GitHub

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