File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 5
5
- [ dillionverma/portfolio] ( https://portfolio-magicui.vercel.app/blog )
6
6
- [ vcard-personal-portfolio] ( https://codewithsadee.github.io/vcard-personal-portfolio/ )
7
7
- [ tszhong0411/honghong.me] ( https://github.com/tszhong0411/honghong.me )
8
+ - [ leerob/site] ( https://github.com/leerob/site ) [ f2fde9b] ( https://github.com/leerob/site/tree/f2fde9b4a033bb2b639fe36e3902d5c75c2cccee )
9
+
8
10
9
11
## Blog
10
12
11
13
- [ wutali/nextjs-netlify-blog-template] ( https://github.com/wutali/nextjs-netlify-blog-template )
12
14
- [ add-skeleton-loader] ( https://www.npmjs.com/package/react-loading-skeleton )
15
+ - [ rdsx.dev] ( https://github.com/rudrodip/rdsx.dev )
13
16
14
17
## Docs
15
18
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ export async function generateMetadata({
22
22
title,
23
23
publishedAt : publishedTime ,
24
24
summary : description ,
25
- image ,
25
+ banner ,
26
26
} = post . metadata ;
27
- let ogImage = image
28
- ? `https://leerob.io ${ image } `
29
- : `https://leerob.io /og?title=${ title } ` ;
27
+ let ogImage = banner
28
+ ? `https://1chooo.com ${ banner } `
29
+ : `https://1chooo.com /og?title=${ title } ` ;
30
30
31
31
return {
32
32
title,
@@ -36,7 +36,7 @@ export async function generateMetadata({
36
36
description,
37
37
type : 'article' ,
38
38
publishedTime,
39
- url : `https://leerob.io /blog/${ post . slug } ` ,
39
+ url : `https://1chooo.com /blog/${ post . slug } ` ,
40
40
images : [
41
41
{
42
42
url : ogImage ,
You can’t perform that action at this time.
0 commit comments