From 9421ecd257ff04bf6ef10ab3ec9a35941c58a68d Mon Sep 17 00:00:00 2001 From: Thuan Bui <9248622+10h30@users.noreply.github.com> Date: Sun, 22 Mar 2026 10:15:59 +0700 Subject: [PATCH] content: update navigation links to reflect new categories --- src/config/site.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/config/site.ts b/src/config/site.ts index a100aa5..94eb13b 100644 --- a/src/config/site.ts +++ b/src/config/site.ts @@ -14,8 +14,10 @@ export const siteConfig = { facebook: "https://facebook.com/balodeplao", }, navLinks: [ - { text: "Home", href: "/" }, - { text: "Blog", href: "/blog" }, - { text: "Contact", href: "/contact" }, + { text: "Du Lịch", href: "/category/du-lich" }, + { text: "Ẩm Thực", href: "/category/an-uong" }, + { text: "Làm Đẹp", href: "/category/lam-dep" }, + { text: "Tâm Sự", href: "/category/tam-su" }, + { text: "Mẹo Hay", href: "/category/meo-hay" }, ], };