diff options
| author | schererleander <leander@schererleander.de> | 2025-12-25 23:37:15 +0000 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-12-25 23:37:15 +0000 |
| commit | bb8d42d6529ce25657654af36d879502906d7e77 (patch) | |
| tree | 04f4365d810fef0228ea4bcbea0000766cd36ba2 /app/layout.tsx | |
| parent | d82fb3b552d20a279efdd9408042183cfa02fb48 (diff) | |
feat(meta): change metadata
Diffstat (limited to 'app/layout.tsx')
| -rw-r--r-- | app/layout.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/layout.tsx b/app/layout.tsx index 36ca80c..604079a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,8 +6,8 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "߸ Leander Scherer", + description: "Hey I'm Leander, a computer science student passionate about hardware and software, building 3D printing projects and learning Nix.", }; export default function Layout({ |
