Skip to content

Commit 676bfae

Browse files
authored
Update dummy.html
1 parent 3e96ef6 commit 676bfae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/dummy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>WebAssembly Greeting Demo</h2>
2727
</section>
2828

2929
<script type="module">
30-
const wasmUrl = "{{ '/wasm/hello.wasm' | relative_url }}";
30+
const wasmUrl = '/wasm/hello.wasm';
3131
const loadButton = document.getElementById('load-wasm');
3232
const output = document.getElementById('wasm-result');
3333

0 commit comments

Comments
 (0)