Skip to content

Commit 8c1794e

Browse files
committed
feat: update homepage meta
1 parent 681555d commit 8c1794e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/pages/index.astro

+6-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ export const prerender = true;
88

99
<RootLayout
1010
title="lukadev"
11-
description="Full-stack web developer and Roblox scripter based in Belgium."
11+
description="I enjoy web development and Roblox scripting, and I live in Belgium."
1212
social={{
13-
title: "lukadev",
13+
title: "hi, i'm lukadev",
1414
type: "website",
1515
url: "https://lukadev.me",
1616
}}
@@ -68,7 +68,10 @@ export const prerender = true;
6868
</li>
6969

7070
<li>
71-
<ProjectCard name="Persist" href="https://github.com/lukadev-0/rbx-persist">
71+
<ProjectCard
72+
name="Persist"
73+
href="https://github.com/lukadev-0/rbx-persist"
74+
>
7275
A data store library for Roblox.
7376
</ProjectCard>
7477
</li>

0 commit comments

Comments
 (0)