content: update navigation links to reflect new categories

This commit is contained in:
Thuan Bui
2026-03-22 10:15:59 +07:00
parent 8c934213eb
commit 9421ecd257
+5 -3
View File
@@ -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" },
],
};