mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 14:08:47 +00:00
14 lines
413 B
TypeScript
14 lines
413 B
TypeScript
export const siteConfig = {
|
|
name: "shadcn/ui",
|
|
url: "https://ui.shadcn.com",
|
|
ogImage: "https://ui.shadcn.com/og.jpg",
|
|
description:
|
|
"Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.",
|
|
links: {
|
|
twitter: "https://twitter.com/shadcn",
|
|
github: "https://github.com/shadcn-ui/ui",
|
|
},
|
|
}
|
|
|
|
export type SiteConfig = typeof siteConfig
|