Skip to content

Commit 22f0b8b

Browse files
committed
copilot messed this up
1 parent 917b75a commit 22f0b8b

File tree

1 file changed

+2
-2
lines changed
  • apps/svelte.dev/src/routes/docs/[topic]/[...path]

1 file changed

+2
-2
lines changed

apps/svelte.dev/src/routes/docs/[topic]/[...path]/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
</script>
6262

6363
<svelte:head>
64-
<title>{data.document.metadata.title} - {topic_title} Docs</title>
64+
<title>{data.document.metadata.title} {topic_title} Docs</title>
6565

66-
<meta name="twitter:title" content="{data.document.metadata.title} - {topic_title} Docs" />
66+
<meta name="twitter:title" content="{data.document.metadata.title} {topic_title} Docs" />
6767
<meta
6868
name="twitter:description"
6969
content="{data.document.metadata.title}{topic_title} documentation"

0 commit comments

Comments
 (0)