Files
pse.dev/config/site.ts
2023-09-15 11:58:40 +02:00

36 lines
1019 B
TypeScript

export type SiteConfig = typeof siteConfig
export const siteConfig = {
name: "Privacy & Scaling Explorations",
description:
"Enhancing Ethereum through cryptographic research and collective experimentation.",
mainNav: [
{
title: "Home",
href: "/",
},
{
title: "Project Library",
href: "/projects",
},
{
title: "About",
href: "/about",
},
{
title: "Resources",
href: "/resources",
},
],
links: {
twitter: "https://twitter.com/privacyscaling",
github: "https://github.com/privacy-scaling-explorations",
docs: "https://ui.shadcn.com",
discord: "https://discord.com/invite/sF5CT5rzrR",
articles: "https://mirror.xyz/privacy-scaling-explorations.eth",
jobs: "https://jobs.lever.co/ethereumfoundation/?department=Ethereum%20Foundation&team=Privacy%20and%20Scaling%20Explorations",
termOfUse: "https://ethereum.org/en/terms-of-use/",
privacyPolicy: "https://ethereum.org/en/privacy-policy/",
},
}