summaryrefslogtreecommitdiff
path: root/config/site.ts
blob: 0af228c4fc86d18bce659090f4aae6d0604ca4c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export const siteConfig = {
    name: "eVCP",
    company:"SHI",
    url: "https://evcp.shi.com",
    // ogImage: "https://evcp.shi.com/og.jpg",
    description:
      "",
  }
  
  export type SiteConfig = typeof siteConfig
  
  export const META_THEME_COLORS = {
    light: "#ffffff",
    dark: "#09090b",
  }