Skip to content

Commit

Permalink
Add link rel="preload" for mds.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Feb 27, 2024
1 parent a3fd701 commit 6fcd6b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
type="text/plain"
crossorigin="anonymous"
/>
<link
rel="preload"
href="mds/mds.js"
as="script"
crossorigin="anonymous"
/>

<style>
body {
Expand Down

0 comments on commit 6fcd6b4

Please sign in to comment.