hub-stats / config /site.ts
Caleb Fahlgren
update github url
d438e7a
raw
history blame
386 Bytes
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/hf-hub-stats",
docs: "https://ui.shadcn.com",
},
}