feat: update playground paths

This commit is contained in:
Max Richter
2025-10-06 00:01:57 +02:00
parent b763ede6cb
commit 951f07b25e
28 changed files with 807 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
<img src="/logo-2.svg" alt="logo" width="100%" />
<script>
import favicon from '$lib/assets/favicon.svg';
</script>
<img src={favicon} alt="logo" width="100%" />
<style>
img {

View File

@@ -12,6 +12,10 @@ const config = {
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter(),
paths: {
base: "/_playground",
},
},
};