mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
chore(pr): #35 replaced Twitter with BlueSky + dependency updates
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22-alpine AS base
|
FROM node:23-alpine AS base
|
||||||
|
|
||||||
# Install dependencies only when needed
|
# Install dependencies only when needed
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
|
|||||||
@@ -28,13 +28,12 @@ export async function generateMetadata(): Promise<Metadata>
|
|||||||
firstName: Package.author.name.split(" ")[0],
|
firstName: Package.author.name.split(" ")[0],
|
||||||
lastName: Package.author.name.split(" ")[1],
|
lastName: Package.author.name.split(" ")[1],
|
||||||
gender,
|
gender,
|
||||||
username: socials["Twitter"].username,
|
|
||||||
siteName: canonicalName.hostname,
|
siteName: canonicalName.hostname,
|
||||||
locale: "en_US"
|
locale: "en_US"
|
||||||
},
|
},
|
||||||
twitter:
|
twitter:
|
||||||
{
|
{
|
||||||
site: socials["Twitter"].username,
|
site: "@xfox111",
|
||||||
card: "summary_large_image"
|
card: "summary_large_image"
|
||||||
},
|
},
|
||||||
alternates:
|
alternates:
|
||||||
|
|||||||
@@ -12,11 +12,11 @@ const socials: Socials =
|
|||||||
href: "https://www.linkedin.com/in/xfox/",
|
href: "https://www.linkedin.com/in/xfox/",
|
||||||
username: "@xfox"
|
username: "@xfox"
|
||||||
},
|
},
|
||||||
"Twitter":
|
"BlueSky":
|
||||||
{
|
{
|
||||||
href: "https://twitter.com/xfox111",
|
href: "https://bsky.app/profile/xfox111.net",
|
||||||
username: "@xfox111"
|
username: "@xfox111.net",
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export default socials;
|
export default socials;
|
||||||
|
|||||||
+3
-3
@@ -21,10 +21,10 @@
|
|||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluentui/react-icons": "^2.0.260",
|
"@fluentui/react-icons": "^2.0.264",
|
||||||
"next": "14.2.15",
|
"next": "14.2.15",
|
||||||
"next-safe": "^3.5.0",
|
"next-safe": "^3.5.0",
|
||||||
"nodemailer": "^6.9.15",
|
"nodemailer": "^6.9.16",
|
||||||
"pdf-lib": "^1.17.1",
|
"pdf-lib": "^1.17.1",
|
||||||
"react": "^18",
|
"react": "^18",
|
||||||
"react-dom": "^18",
|
"react-dom": "^18",
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"@types/react": "^18",
|
"@types/react": "^18",
|
||||||
"@types/react-dom": "^18",
|
"@types/react-dom": "^18",
|
||||||
"eslint": "^8",
|
"eslint": "^8",
|
||||||
"eslint-config-next": "^14.2.15",
|
"eslint-config-next": "^15.0.2",
|
||||||
"typescript": "^5"
|
"typescript": "^5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user