Skip to content

Commit 6b57331

Browse files
matte1782claude
andcommitted
fix(w48): move entity-rag demo to docs/demo/ for GitHub Pages
GitHub Pages serves from /docs — demo was unreachable at demo/. Fixed WASM import path (../pkg/edgevec.js) and hub back-link (../hub.html). Verified working locally: WASM loads, 1000 vectors indexed, search functional. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f1cb406 commit 6b57331

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@
795795
<span class="header__version">v0.9.0</span>
796796
</div>
797797
<nav class="header__nav">
798-
<a href="../../docs/demo/hub.html" class="header__link">&larr; DEMO HUB</a>
798+
<a href="../hub.html" class="header__link">&larr; DEMO HUB</a>
799799
<a href="https://github.com/matte1782/edgevec" class="header__link" target="_blank" rel="noopener">GITHUB</a>
800800
</nav>
801801
</div>
@@ -1456,7 +1456,7 @@ <h1 class="hero__title glitch neon-pulse" data-text="ENTITY_RAG_INTERFACE">ENTIT
14561456
$wasmStatus.textContent = 'LOADING...';
14571457
$wasmStatus.className = 'status-bar__value status-bar__value--loading';
14581458

1459-
const wasm = await import('../../pkg/edgevec.js');
1459+
const wasm = await import('../pkg/edgevec.js');
14601460
await wasm.default();
14611461

14621462
$wasmStatus.textContent = 'READY';

0 commit comments

Comments
 (0)