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 f16859c commit b7bb055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
image: 'img/banner.png',
metadata:[
{ property: 'og:image', content: 'img/banner.png' },
],
navbar: {
title: TITLE,
logo: {
Expand Down

0 comments on commit b7bb055

Please sign in to comment.