10 lines
317 B
TypeScript
Executable File
10 lines
317 B
TypeScript
Executable File
export type SiteConfig = typeof siteConfig;
|
|
|
|
export const siteConfig = {
|
|
name: "Carbin",
|
|
description: "Smart bins to help track your building's carbon footprint and encourage responsible waste management.",
|
|
links: {
|
|
github: "https://github.com/elibullockpapa/patriotHacks2024",
|
|
},
|
|
};
|