Skip to content

Commit

Permalink
"using a metadata config object for og image"
Browse files Browse the repository at this point in the history
  • Loading branch information
nirutthyu committed Oct 27, 2024
1 parent b7bb055 commit 9fdca2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ const config = {
({
metadata:[
{ property: 'og:image', content: 'img/banner.png' },
{ name: 'description', content: 'ReactPlay is a platform for learning and building React projects' },
{ property: 'og:description', content: 'ReactPlay is a platform for learning and building React projects' },
],
navbar: {
title: TITLE,
Expand Down

0 comments on commit 9fdca2d

Please sign in to comment.