feat: update blog structure and content for balodeplao.com

This commit is contained in:
2026-03-10 12:36:58 +09:00
committed by Thuan Bui
parent a300564d0a
commit e14ce351e1
17 changed files with 132 additions and 763 deletions
+3 -4
View File
@@ -1,9 +1,9 @@
import ogImage from "@/assets/og-image.png";
export const siteConfig = {
name: "Astro Starter Pro",
description: "Just another Astro blog",
url: "https://thuanbui.me",
name: "Ba Lô & Dép Lào",
description: "You only live once. Make it count!",
url: "https://balodeplao.com",
lang: "vi",
locale: "vi_VN",
author: "Thuan Bui",
@@ -15,7 +15,6 @@ export const siteConfig = {
},
navLinks: [
{ text: "Home", href: "/" },
{ text: "About", href: "/about" },
{ text: "Blog", href: "/blog" },
{ text: "Contact", href: "/contact" },
],