Skip to content

Commit

Permalink
feat: shorten description
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdevnull committed May 20, 2024
1 parent 03e782f commit 523b691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export const APP_URL = 'https://react-calendar-kit.vercel.app';
export const siteConfig = {
name: 'React-Calendar-kit - Documentation',
metaTitle:
'React Calendar Kit is a powerful and flexible library for building accessible and highly customizable calendar and date/time picker components in your React applications. Built on top of the robust accessibility features of the @react-aria library, React Calendar Kit provides a solid foundation for creating inclusive user experiences. | react-calendar-kit.vercel.app',
'React Calendar Kit is a powerful and flexible library for building accessible and highly customizable calendar and date/time picker components in your React applications. | react-calendar-kit.vercel.app',
description:
'React Calendar Kit is a powerful and flexible library for building accessible and highly customizable calendar and date/time picker components in your React applications. Built on top of the robust accessibility features of the @react-aria library, React Calendar Kit provides a solid foundation for creating inclusive user experiences. | react-calendar-kit.vercel.app',
'React Calendar Kit is a powerful and flexible library for building accessible and highly customizable calendar and date/time picker components in your React applications. | react-calendar-kit.vercel.app',
ogImage: `${APP_URL}/og-image.jpg`,
github: 'https://github.com/hoangdevnull/react-calendar-kit',
};

0 comments on commit 523b691

Please sign in to comment.