From 00a0acd013a9c9020f056697c812d29a16ddada7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Klein?= Date: Thu, 26 May 2022 13:29:10 +0200 Subject: [PATCH] fix: replace svelte.[assets|head|body] by sveltekit.[assets|head|body] Why? See https://github.com/sveltejs/kit/pull/5016 --- sites/hn.svelte.dev/src/app.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sites/hn.svelte.dev/src/app.html b/sites/hn.svelte.dev/src/app.html index 95a4ca8e..20aa0baa 100644 --- a/sites/hn.svelte.dev/src/app.html +++ b/sites/hn.svelte.dev/src/app.html @@ -3,11 +3,11 @@ - + - %svelte.head% + %sveltekit.head% -
%svelte.body%
+
%sveltekit.body%