We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681555d commit 8c1794eCopy full SHA for 8c1794e
src/pages/index.astro
@@ -8,9 +8,9 @@ export const prerender = true;
8
9
<RootLayout
10
title="lukadev"
11
- description="Full-stack web developer and Roblox scripter based in Belgium."
+ description="I enjoy web development and Roblox scripting, and I live in Belgium."
12
social={{
13
- title: "lukadev",
+ title: "hi, i'm lukadev",
14
type: "website",
15
url: "https://lukadev.me",
16
}}
@@ -68,7 +68,10 @@ export const prerender = true;
68
</li>
69
70
<li>
71
- <ProjectCard name="Persist" href="https://github.com/lukadev-0/rbx-persist">
+ <ProjectCard
72
+ name="Persist"
73
+ href="https://github.com/lukadev-0/rbx-persist"
74
+ >
75
A data store library for Roblox.
76
</ProjectCard>
77
0 commit comments