feat: update playground paths

This commit is contained in:
Max Richter
2025-10-06 00:09:51 +02:00
parent 881afa4b6a
commit 0ee8f8b655
21 changed files with 31 additions and 34 deletions

View File

@@ -1,5 +1,4 @@
<script lang="ts">
import { asset } from '$app/paths';
import favicon from '$lib/assets/favicon.svg';
import '../app.css';
@@ -9,7 +8,7 @@
<svelte:head>
<link rel="icon" href={favicon} />
<title>Marka Playground</title>
<script src={asset('wasm_exec.js')}></script>
<script src="wasm_exec.js"></script>
</svelte:head>
{@render children?.()}