diff --git a/.changeset/pink-terms-sit.md b/.changeset/pink-terms-sit.md new file mode 100644 index 0000000..4475ffd --- /dev/null +++ b/.changeset/pink-terms-sit.md @@ -0,0 +1,5 @@ +--- +'@sveltejs/site-kit': patch +--- + +fix: add explicit closing tags diff --git a/packages/site-kit/src/lib/components/Shell.svelte b/packages/site-kit/src/lib/components/Shell.svelte index 6e3d4be..370acab 100644 --- a/packages/site-kit/src/lib/components/Shell.svelte +++ b/packages/site-kit/src/lib/components/Shell.svelte @@ -54,7 +54,7 @@ The main shell of the application. It provides a slot for the top navigation, th {/if} -