feat: update playground paths
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<script src="/wasm_exec.js"></script>
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { assets } from '$app/paths';
|
||||
import { asset } from '$app/paths';
|
||||
import favicon from '$lib/assets/favicon.svg';
|
||||
import '../app.css';
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<svelte:head>
|
||||
<link rel="icon" href={favicon} />
|
||||
<title>Marka Playground</title>
|
||||
<script src="{assets("/wasm_exec.js")}></script>
|
||||
<script src={asset('wasm_exec.js')}></script>
|
||||
</svelte:head>
|
||||
|
||||
{@render children?.()}
|
||||
|
Reference in New Issue
Block a user