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

@@ -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",
},
},
};