Skip to content

Commit

Permalink
Removed: HLJS
Browse files Browse the repository at this point in the history
It causes performance issues on site load and is not used.
  • Loading branch information
MalikWhitten67 committed Oct 2, 2023
1 parent dfab0b6 commit b7e77f2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,7 @@
}
</script>
<script src="dist/init.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>


<script type="module">

import javascript from 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/es/languages/javascript.min.js';
hljs.registerLanguage('javascript', javascript);
</script>

</body>

</html>
</html>

0 comments on commit b7e77f2

Please sign in to comment.