Skip to content

Commit d7272c4

Browse files
committed
fix: 🐛 Update image URLs and references to use local assets and correct author mentions
1 parent 61d4d58 commit d7272c4

4 files changed

Lines changed: 4 additions & 24 deletions

File tree

app/components/shared/Buymeacoffee.tsx

Lines changed: 0 additions & 19 deletions
This file was deleted.

app/components/shared/SharePost.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function SharePost({ title, slug, description }: props) {
2020
icon: BiLogoTwitter,
2121
name: "Twitter",
2222
shareUrl: `https://twitter.com/intent/tweet?text=${encodeURIComponent(
23-
"Thank you @victoreke for writing this post."
23+
"Thank you @Hassan_Elseoudy for writing this post."
2424
)}.%0A%0A${title}%0A%0A${blog}${slug}`,
2525
},
2626
{
@@ -37,7 +37,7 @@ export default function SharePost({ title, slug, description }: props) {
3737
icon: BiLogoWhatsapp,
3838
name: "WhatsApp",
3939
shareUrl: `https://api.whatsapp.com/send?text=${encodeURIComponent(
40-
"Read this amazing article by Victor Eke"
40+
"Read this amazing article by Hassan Elseoudy"
4141
)}.%0A%0A${title}%0A%0A${blog}${slug}`,
4242
},
4343
];

app/layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ const options = {
1919
description:
2020
"Hassan Elseoudy is a Software Developer and Technical Writer who is passionate about building solutions and contributing to open source communities",
2121
url: "https://semsem.dev",
22-
ogImage:
23-
"https://res.cloudinary.com/victoreke/image/upload/v1692635746/victoreke/og.png",
22+
ogImage: "/hassan.jpg",
2423
};
2524

2625
export const metadata: Metadata = {

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
},
3333
backgroundImage: {
3434
noise:
35-
"url('https://res.cloudinary.com/victoreke/image/upload/v1691779257/victoreke/noise.png')",
35+
"url('/noise.png')",
3636
},
3737
backgroundPosition: {
3838
zero: "0 0",

0 commit comments

Comments
 (0)