Skip to content

Commit beb5bd3

Browse files
authored
chore(docs): set og:image to load from a https URL
1 parent 2aab24b commit beb5bd3

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)