mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 09:31:21 +00:00
14 lines
448 B
TypeScript
14 lines
448 B
TypeScript
export const siteConfig = {
|
|
name: "Taxonomy",
|
|
description:
|
|
"An open source application built using the new router, server components and everything new in Next.js 13.",
|
|
url: "https://hellob.art",
|
|
ogImage: "https://hellob.art/og.jpg",
|
|
links: {
|
|
linkedIn: "https://linkedin.com/in/bartvdbraak",
|
|
github: {
|
|
project: "https://github.com/bartvdbraak/hellob.art",
|
|
profile: "https://github.com/bartvdbraak",
|
|
},
|
|
},
|
|
};
|