From 330932added9d621ef075a599ee8891d8bb186b2 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 17 Jun 2025 22:08:34 +0300 Subject: [PATCH] fix(website): script errors due to double body --- apps/website/src/app.html | 2 +- apps/website/src/routes/+layout.svelte | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/website/src/app.html b/apps/website/src/app.html index 7539873b8..fee9ee80f 100644 --- a/apps/website/src/app.html +++ b/apps/website/src/app.html @@ -6,7 +6,7 @@ %sveltekit.head% - + %sveltekit.body% diff --git a/apps/website/src/routes/+layout.svelte b/apps/website/src/routes/+layout.svelte index 18fe9f546..9cefd1736 100644 --- a/apps/website/src/routes/+layout.svelte +++ b/apps/website/src/routes/+layout.svelte @@ -5,8 +5,6 @@ let { children } = $props(); - -
@@ -16,5 +14,3 @@ - - \ No newline at end of file