Initial Code Commit
This commit is contained in:
9
Project/config/site.ts
Executable file
9
Project/config/site.ts
Executable file
@@ -0,0 +1,9 @@
|
||||
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",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user