Skip to content

Commit

Permalink
chore: site config
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Nov 22, 2023
1 parent d1a3793 commit 8da3d51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
10 changes: 4 additions & 6 deletions config/site.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { SiteConfig } from "types"
export type SiteConfig = typeof siteConfig;

export const siteConfig: SiteConfig = {
export const siteConfig = {
name: "MarkDX - AI Markdown Editor",
short_name: "MarkDX",
description:
Expand All @@ -16,9 +16,7 @@ export const siteConfig: SiteConfig = {
twitter: "https://twitter.com/arshadyaseeen",
twitterId: "@arshadyaseeen",
github: "https://github.com/arshad-yaseen",
website: "https://arshadd.site",
mail: "arshadpyaseen@gmail.com",
website: "https://arshadyaseen.com",
mail: "m@arshadpyaseen.com",
},
}

export const githubRepo: string = "https://github.com/arshad-yaseen/markdx"
19 changes: 0 additions & 19 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,6 @@ import { User } from "@prisma/client"
import { editor } from "monaco-editor"
import { OpenAI } from "openai"

export type SiteConfig = {
name: string
short_name: string
description: string
url: string
ogImage: string
links: {
twitter: string
github: string
}
creator: {
name: string
twitter: string
twitterId: string
github: string
website: string
mail: string
}
}
export type editorCode = {
section: string
section_id: number
Expand Down

0 comments on commit 8da3d51

Please sign in to comment.