mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
18 lines
422 B
TypeScript
18 lines
422 B
TypeScript
export const appConfig = {
|
|
name: "coss ui",
|
|
url: "https://coss.com/ui",
|
|
ogImage: "https://coss.com/og.jpg",
|
|
description:
|
|
"A set of beautifully designed components that you can customize, extend, and build on. Start here then make it your own. Open Source. Open Code.",
|
|
navItems: [
|
|
{
|
|
href: "/docs",
|
|
label: "Docs",
|
|
},
|
|
{
|
|
href: "/particles",
|
|
label: "Particles",
|
|
},
|
|
],
|
|
}
|