sveltekit deshabilitar SSR

<script context="module">
	export const ssr = false;
</script>
Good Guanaco