Skip to content

Commit df58009

Browse files
committed
remove extra og image
1 parent 6eed2d6 commit df58009

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

frontend/main/src/pages/[...permalink].tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,9 @@ export default function PostPage({
267267
description: post.excerpt,
268268
site_name: 'CodingCatDev',
269269
images: [
270-
{
271-
url: `https://media.codingcat.dev/image/upload/f_jpg,c_fit,w_1200,h_630${post?.coverPhoto?.public_id}`,
272-
width: 1200,
273-
height: 630,
274-
alt: post?.title,
275-
},
276270
{
277271
url: `https://media.codingcat.dev/image/upload/f_jpg${post?.coverPhoto?.public_id}`,
272+
alt: post?.title,
278273
},
279274
],
280275
}}

frontend/main/src/pages/_app.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,9 @@ function MyApp({ Component, pageProps }: AppProps): JSX.Element {
2525
'Codingcat.dev is where you can find all the Purrfect Web Tutorials that you will ever need!',
2626
site_name: 'CodingCatDev',
2727
images: [
28-
{
29-
url: 'https://media.codingcat.dev/image/upload/f_jpg,c_thumb,g_face,w_1200,h_630/dev-codingcatdev-photo/v60h88eohd7ufghkspgo.png',
30-
width: 1200,
31-
height: 630,
32-
alt: 'AJ Logo Black Cat Face with CodingCat.dev Domain',
33-
},
3428
{
3529
url: 'https://media.codingcat.dev/image/upload/f_jpg/dev-codingcatdev-photo/v60h88eohd7ufghkspgo.png',
30+
alt: 'AJ Logo Black Cat Face with CodingCat.dev Domain',
3631
},
3732
],
3833
}}

0 commit comments

Comments
 (0)