chore: Small changes to metadata 25774513
Steve · 2025-05-05 01:45 1 file(s) · +2 −2
vocs.config.tsx +2 −2
4 4
  title: 'bhvr',
5 5
  baseUrl: 'https://bhvr.dev',
6 6
  description: 'A stack made for the open web',
7 -
  iconUrl: "/icon.svg",
7 +
  iconUrl: "/icon.png",
8 8
  logoUrl: {
9 9
    dark: "/logo-dark.svg",
10 10
    light: "/logo-light.svg"
18 18
        action: {
19 19
          type: "launch_frame",
20 20
          name: "bhvr",
21 -
          url: `https://bhvr.dev/${path}`,
21 +
          url: `https://bhvr.dev${path}`,
22 22
          splashImageUrl: "https://bhvr.dev/splash.png",
23 23
          splashBackgroundColor: "#121113"
24 24
        }