feat: update playground paths

This commit is contained in:
Max Richter
2025-10-06 00:19:33 +02:00
parent 0ee8f8b655
commit 7b3261caf9
18 changed files with 28 additions and 36 deletions

View File

@@ -8,7 +8,7 @@
<svelte:head>
<link rel="icon" href={favicon} />
<title>Marka Playground</title>
<script src="wasm_exec.js"></script>
<script src="/_playground/wasm_exec.js"></script>
</svelte:head>
{@render children?.()}