shadcn-vue/apps/www/.vitepress/theme/config/site.ts
zernonia a03bace32c
feat: Blocks (#428)
* chore: build registry

* feat: block preview

* refactor: change to use iframe
feat: add more blocks

* chore: fix build

* feat: add all other blocks

* feat: add copy button

* chore: cleanup
2024-03-23 18:24:48 +08:00

21 lines
605 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',
}
export const announcementConfig = {
icon: '✨',
title: 'Introducing Blocks!',
link: '/blocks',
}