export type SiteConfig = typeof siteConfig | |
export const siteConfig = { | |
name: "Hugging Face Hub Stats", | |
description: "Tracking Hugging Face Hub usage", | |
mainNav: [ | |
{ | |
title: "Home", | |
href: "/", | |
}, | |
], | |
links: { | |
twitter: "https://twitter.com/calebfahlgren", | |
github: "https://github.com/cfahlgren1", | |
docs: "https://ui.shadcn.com", | |
}, | |
} | |