File size: 373 Bytes
1c1f44a 6b6f639 6aaff3e 1c1f44a 6b6f639 1c1f44a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
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",
},
}
|