/ web / .vitepress / configs / socials.ts
socials.ts
1  import type { DefaultTheme } from "vitepress";
2  
3  export const socials: DefaultTheme.Config["socialLinks"] = [
4    { icon: "github", link: "https://github.com/CakesTwix/WebUkrainianStuff" },
5  ];