Skip to content

Commit 9fdca2d

Browse files
committed
"using a metadata config object for og image"
1 parent b7bb055 commit 9fdca2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ const config = {
6868
({
6969
metadata:[
7070
{ property: 'og:image', content: 'img/banner.png' },
71+
{ name: 'description', content: 'ReactPlay is a platform for learning and building React projects' },
72+
{ property: 'og:description', content: 'ReactPlay is a platform for learning and building React projects' },
7173
],
7274
navbar: {
7375
title: TITLE,

0 commit comments

Comments
 (0)