demo page: set title properly in svelte:head
This commit is contained in:
@@ -75,7 +75,9 @@
|
||||
const boldStore = boldToggle.store;
|
||||
</script>
|
||||
|
||||
<title>sui</title>
|
||||
<svelte:head>
|
||||
<title>sui</title>
|
||||
</svelte:head>
|
||||
|
||||
<h1 class="mb-4 text-3xl font-bold">sui — Opinionated Svelte 5 UI toolkit</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user