Skip to content

Commit

Permalink
Replace OG image
Browse files Browse the repository at this point in the history
  • Loading branch information
iipanda committed Oct 25, 2024
1 parent e14f8d0 commit 807abb0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A comprehensive chatbot component kit built on top of and fully compatible with the [shadcn/ui](https://ui.shadcn.com/) ecosystem. Build beautiful, customizable AI chatbots in minutes while maintaining full control over your components.

![hero](apps/www/public/og.png)
![hero](apps/www/public/og.jpg)

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
[![shadcn/ui](https://img.shields.io/badge/built%20with-shadcn%2Fui-black.svg)](https://ui.shadcn.com)
Expand Down
2 changes: 1 addition & 1 deletion apps/www/config/site.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const siteConfig = {
name: "shadcn-chatbot-kit",
url: "https://shadcn-chatbot-kit.vercel.app",
ogImage: "https://shadcn-chatbot-kit.vercel.app/og.png",
ogImage: "https://shadcn-chatbot-kit.vercel.app/og.jpg",
description:
"Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.",
links: {
Expand Down
Binary file added apps/www/public/og.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/www/public/og.png
Binary file not shown.

0 comments on commit 807abb0

Please sign in to comment.