Skip to content

Commit

Permalink
attempting path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Sep 21, 2024
1 parent 021edef commit e5fbfc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/_static/usdweb/code.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './emHdBindings.js';

export const usd = await globalThis["NEEDLE:USD:GET"]({
mainScriptUrlOrBlob: "/emHdBindings.js",
mainScriptUrlOrBlob: "./emHdBindings.js",
debug: true
});
console.log('loaded usd');
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_static/usdweb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- This script tag bootstraps PyScript -->
<script type="module" src="https://pyscript.net/releases/2024.8.2/core.js"></script>
<!-- SharedBufferArray for cors issues -->
<script src="_static/../mini-coi.js?v=77845cc0"></script>
<script src="./mini-coi.js?v=77845cc0"></script>
</head>
<body>
<p>Start here</p>
Expand Down

0 comments on commit e5fbfc1

Please sign in to comment.