mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
parent
4ace0490a4
commit
e3bcdda89c
1 changed files with 0 additions and 1 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Reference in a new issue