13 lines
652 B
TypeScript
13 lines
652 B
TypeScript
export const siteConfig = {
|
|
name: "DashCode",
|
|
url: "https://themeforest.net/item/dashcode-admin-dashboard-template/42600453",
|
|
ogImage: "https://themeforest.img.customer.envatousercontent.com/files/489597052/01_Preview%20Image.__large_preview.png?auto=compress%2Cformat&q=80&fit=crop&crop=top&max-h=8000&max-w=590&s=cb5220f47f686ada2ec8a93545fb62c1",
|
|
description:
|
|
"DashCode presents you with the most powerful, simplest, and fastest developer-friendly and highly customizable React, Vue 3, and Tailwind templates to build web UI for your app.",
|
|
links: {
|
|
twitter: "#",
|
|
github: "#",
|
|
},
|
|
}
|
|
|
|
export type SiteConfig = typeof siteConfig |