Files
pse.dev/config/site.ts
2023-06-30 18:24:58 -03:00

28 lines
897 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",
},
],
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/",
},
}