Skip to content

Commit a7651d4

Browse files
committed
chore: update page title and description for YieldLang meta-language
1 parent 34fb90c commit a7651d4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: src/routes/+page.svelte

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
</script>
44

55
<svelte:head>
6-
<title>Home</title>
7-
<meta name="description" content="Svelte demo app" />
6+
<title>YieldLang - A Meta-Language for LLMs to Generate Structured Information</title>
7+
<meta
8+
name="description"
9+
content="A Meta-Language for LLMs to generate structured information."
10+
/>
811
</svelte:head>
912

1013
<section>

0 commit comments

Comments
 (0)