mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 15:21:15 +09:00
22 lines
544 B
TypeScript
22 lines
544 B
TypeScript
import ogImage from "@/assets/og-image.png";
|
|
|
|
export const siteConfig = {
|
|
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",
|
|
twitter: "@10h30",
|
|
ogImage: ogImage,
|
|
socialLinks: {
|
|
instagram: "https://instagram.com/balodeplao",
|
|
facebook: "https://facebook.com/balodeplao",
|
|
},
|
|
navLinks: [
|
|
{ text: "Home", href: "/" },
|
|
{ text: "Blog", href: "/blog" },
|
|
{ text: "Contact", href: "/contact" },
|
|
],
|
|
};
|