Skip to content

Commit

Permalink
fix: the logo and new changes are merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Oct 20, 2024
1 parent 500f126 commit f258722
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Binary file added public/Flash-Fathom-AI-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/flashfathomai-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/config/site.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { SiteConfig } from "@/types";

const site_url = process.env.NEXT_PUBLIC_APP_URL;

export const siteConfig: SiteConfig = {
name: "AI Flashcards App",
description:
"AI Flashcards App is a flashcard app that uses OpenAI API to generate flashcards. Users can create flashcards based ona topic. The app is powered by Next.js and Tailwind CSS.",
url: "site_url",
ogImage: `${site_url}/_static/og.jpg`,
links: {
twitter: "https://twitter.com/00tush_",
github: "https://github.com/tushcmd/ai-flashcards",
portfolio: "https://tushdev.co",
},
mailSupport: "[email protected]",
};

0 comments on commit f258722

Please sign in to comment.