Skip to content

Commit

Permalink
Fix import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Mar 4, 2024
1 parent 578b1d4 commit c48ba7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/>
<link
rel="preload"
href="mds/mds.js"
href="smd.js"
as="script"
crossorigin="anonymous"
/>
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as mds from "./mds/mds.js"
import * as mds from "./smd.js"

async function main() {
const source_res = await fetch("readme.md")
Expand Down

0 comments on commit c48ba7d

Please sign in to comment.