- {#await data.streamed.site}
+ {#if !$site}
- {:then site}
+ {:else}
- {:catch}
-
- Failed to load
-
- {/await}
+ {/if}
diff --git a/src/routes/+page.ts b/src/routes/+page.ts
index a82fd68f..7daa3ec6 100644
--- a/src/routes/+page.ts
+++ b/src/routes/+page.ts
@@ -27,9 +27,6 @@ export async function load({ url, fetch }) {
type_: listingType,
auth: get(profile)?.jwt,
}),
- streamed: {
- site: getClient(undefined, fetch).getSite({}),
- },
}
} catch (err) {
throw error(500, {