mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 17:31:41 +00:00
feat(og-image): add social card images for projects, experience, and talks
This commit is contained in:
+3
-8
@@ -26,7 +26,6 @@ export const siteConfig: SiteConfig = {
|
||||
export const streamOrigin = "https://customer-CODE.cloudflarestream.com";
|
||||
|
||||
// Social links shown in the homepage intro and the footer's icon row.
|
||||
// ! Update the handles below to your own.
|
||||
export const socialLinks: {
|
||||
friendlyName: string;
|
||||
link: string;
|
||||
@@ -34,13 +33,9 @@ export const socialLinks: {
|
||||
isWebmention?: boolean;
|
||||
}[] = [
|
||||
{ friendlyName: "GitHub", link: "https://github.com/prdlk", name: "mdi:github" },
|
||||
{ friendlyName: "X", link: "https://x.com/prad_nukala", name: "mdi:twitter" },
|
||||
{
|
||||
friendlyName: "LinkedIn",
|
||||
link: "https://www.linkedin.com/in/prad-nukala/",
|
||||
name: "mdi:linkedin",
|
||||
},
|
||||
{ friendlyName: "Email", link: "mailto:prad@sonr.io", name: "mdi:email-outline" },
|
||||
{ friendlyName: "X", link: "https://x.com/basedprad", name: "mdi:twitter" },
|
||||
{ friendlyName: "LinkedIn", link: "https://linkedin.com/in/pradn", name: "mdi:linkedin" },
|
||||
{ friendlyName: "Email", link: "mailto:prnk28@gmail.com", name: "mdi:email-outline" },
|
||||
];
|
||||
|
||||
// Used to generate links in both the Header & Footer.
|
||||
|
||||
Reference in New Issue
Block a user