fix: WASM import absolute path instead of relative
This commit is contained in:
@@ -49,7 +49,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import init, { render_markdown, module_list } from './pkg/doc_wasm.js';
|
import init, { render_markdown, module_list } from '/doc-wasm/pkg/doc_wasm.js';
|
||||||
|
|
||||||
const API = '';
|
const API = '';
|
||||||
let currentModule = null;
|
let currentModule = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user