refactor: update branding from Dhemas Nurjaya to fiatcode across components and blog posts

This commit is contained in:
fiatcode 2026-03-26 16:37:13 +07:00
parent afd4e48aed
commit 76ec5068de
No known key found for this signature in database
12 changed files with 14 additions and 27 deletions

View file

@ -3,6 +3,6 @@ import Intro from "@/components/Intro.astro";
import Layout from "@/layouts/Layout.astro";
---
<Layout title="Dhemas Nurjaya" description="Welcome to my personal website">
<Layout title="fiatcode" description="Welcome to my personal website">
<Intro />
</Layout>