From e5fbfc152341837f5630a378d32ca9e19fa30f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=B3pez=20Barr=C3=B3n?= Date: Sat, 21 Sep 2024 21:31:02 +1000 Subject: [PATCH] attempting path fixes --- docs/source/_static/usdweb/code.js | 2 +- docs/source/_static/usdweb/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/_static/usdweb/code.js b/docs/source/_static/usdweb/code.js index 8a91a9cb..1001cdc8 100644 --- a/docs/source/_static/usdweb/code.js +++ b/docs/source/_static/usdweb/code.js @@ -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'); diff --git a/docs/source/_static/usdweb/index.html b/docs/source/_static/usdweb/index.html index 921b8b0b..1f786e85 100644 --- a/docs/source/_static/usdweb/index.html +++ b/docs/source/_static/usdweb/index.html @@ -12,7 +12,7 @@ - +

Start here