mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 15:21:15 +09:00
Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
import ogImage from "@/assets/og-image.png";
|
||||
|
||||
export const siteConfig = {
|
||||
name: "Astro Starter Pro",
|
||||
description:
|
||||
"Starter template optimized for SEO and performance. A solid foundation to start your projects with best practices.",
|
||||
url: "https://astrostarterpro.com",
|
||||
lang: "en",
|
||||
locale: "en_US",
|
||||
author: "Devgelo",
|
||||
twitter: "@Devgelo",
|
||||
ogImage: ogImage,
|
||||
socialLinks: {
|
||||
twitter: "https://twitter.com",
|
||||
github: "https://github.com/devgelo-labs/astro-starter-pro",
|
||||
discord: "https://discord.com",
|
||||
},
|
||||
navLinks: [
|
||||
{ text: "Home", href: "/" },
|
||||
{ text: "About", href: "/about" },
|
||||
{ text: "Services", href: "/services" },
|
||||
{ text: "Blog", href: "/blog" },
|
||||
{ text: "Contact", href: "/contact" },
|
||||
{ text: "Widgets", href: "/widgets" },
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user