Skip to content

Commit 97ad9c1

Browse files
authored
chore: add title to root docs page (#1060)
1 parent cfa3d8c commit 97ad9c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/svelte.dev/src/routes/docs/+page.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
});
5959
</script>
6060

61+
<svelte:head>
62+
<title>Docs • Svelte</title>
63+
</svelte:head>
64+
6165
<div class="page">
6266
<h1>Documentation</h1>
6367
<p>

0 commit comments

Comments
 (0)