-
-
- {#if browser}
-
{
- // Only change hash on editor blur to not pollute everyone's browser history
- if (modified) {
- const json = JSON.stringify({ files: repl.toJSON().files });
- change_hash(json);
- }
- }}
- >
-
-
- {/if}
-
-
-
diff --git a/apps/svelte.dev/src/routes/(authed)/playground/api/examples/all.json/+server.ts b/apps/svelte.dev/src/routes/(authed)/playground/api/examples/all.json/+server.ts
index 8e202001d8..99542d2d13 100644
--- a/apps/svelte.dev/src/routes/(authed)/playground/api/examples/all.json/+server.ts
+++ b/apps/svelte.dev/src/routes/(authed)/playground/api/examples/all.json/+server.ts
@@ -11,8 +11,6 @@ export type Examples = Array<{
}>;
}>;
-export const prerender = true;
-
async function munge(files: Record