Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2c8140

Browse files
committed
Change og images
1 parent 64f2bd5 commit c2c8140

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/preview.png

404 KB
Loading

src/components/seo/Meta.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function Meta() {
2121
<meta
2222
key="twitter:image"
2323
name="twitter:image"
24-
content={`${baseUrl}/logo.svg`}
24+
content={`${baseUrl}/preview.png`}
2525
/>
2626
<meta
2727
key="twitter:creator"
@@ -37,7 +37,7 @@ export default function Meta() {
3737
<meta
3838
key="og:image"
3939
property="og:image"
40-
content={`${baseUrl}/logo.svg`}
40+
content={`${baseUrl}/preview.png`}
4141
/>
4242
</Head>
4343
)

0 commit comments

Comments
 (0)