We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4dd9b1 commit 7489ac8Copy full SHA for 7489ac8
1 file changed
demo/index.html
@@ -474,7 +474,7 @@ <h2 id="final-check">Final check</h2>
474
</main>
475
<script type="module">
476
const moduleUrl = location.hostname.endsWith("github.io")
477
- ? "https://cdn.jsdelivr.net/npm/toc-rail@0.1.3/dist/index.js"
+ ? "https://cdn.jsdelivr.net/npm/toc-rail@0.1.3/+esm"
478
: "../dist/index.js?v=demo-0.1.3";
479
const { mountTocRail } = await import(moduleUrl);
480
0 commit comments