mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-08 14:35:09 +00:00
14 lines
365 B
TypeScript
14 lines
365 B
TypeScript
export const siteConfig = {
|
|
name: "shadcn/ui",
|
|
url: "https://ui.shadcn.com",
|
|
ogImage: "https://ui.shadcn.com/og.jpg",
|
|
description:
|
|
"Beautifully designed components built with Radix UI and Tailwind CSS.",
|
|
links: {
|
|
twitter: "https://twitter.com/shadcn",
|
|
github: "https://github.com/shadcn/ui",
|
|
},
|
|
}
|
|
|
|
export type SiteConfig = typeof siteConfig
|