Skip to content

Commit

Permalink
feat: update homepage meta
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadev-0 committed Jan 13, 2024
1 parent 681555d commit 8c1794e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export const prerender = true;

<RootLayout
title="lukadev"
description="Full-stack web developer and Roblox scripter based in Belgium."
description="I enjoy web development and Roblox scripting, and I live in Belgium."
social={{
title: "lukadev",
title: "hi, i'm lukadev",
type: "website",
url: "https://lukadev.me",
}}
Expand Down Expand Up @@ -68,7 +68,10 @@ export const prerender = true;
</li>

<li>
<ProjectCard name="Persist" href="https://github.com/lukadev-0/rbx-persist">
<ProjectCard
name="Persist"
href="https://github.com/lukadev-0/rbx-persist"
>
A data store library for Roblox.
</ProjectCard>
</li>
Expand Down

0 comments on commit 8c1794e

Please sign in to comment.