15 lines
500 B
TypeScript
15 lines
500 B
TypeScript
export const siteConfig = {
|
|
name: 'shadcn-vue',
|
|
url: 'https://shadcn-vue.com',
|
|
ogImage: 'https://shadcn-vue.com/og.png',
|
|
description:
|
|
'Beautifully designed components built with Radix Vue and Tailwind CSS.',
|
|
links: {
|
|
twitter: 'https://twitter.com/huntabyte',
|
|
github: 'https://github.com/huntabyte/shadcn-vue',
|
|
shadTwitter: 'https://twitter.com/shadcn',
|
|
shadGithub: 'https://github.com/shadcn/ui',
|
|
},
|
|
keywords: 'shadcn,Vue,Nuxt,Vue Components,TailwindCSS,Radix Vue',
|
|
}
|