hub-stats / config /site.ts
Caleb Fahlgren
create custom pie chart and add other queries
6aaff3e
raw
history blame
373 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",
docs: "https://ui.shadcn.com",
},
}