Skip to content

Commit b4eac20

Browse files
Merge pull request #3120 from 0iq/patch-1
chore(docs): set og:image to load from the https URL
2 parents 2aab24b + beb5bd3 commit b4eac20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
property="og:description"
3131
content="Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming)."
3232
/>
33-
<meta property="og:image" content="http://nestjs.com/img/nest-og.png" />
33+
<meta property="og:image" content="https://nestjs.com/img/nest-og.png" />
3434
<meta property="og:image:width" content="1200" />
3535
<meta property="og:image:height" content="650" />
3636
<meta

0 commit comments

Comments
 (0)