Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJuanAndOnly99 authored May 20, 2024
1 parent 663fedf commit 1b84b53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ module.exports = {
],
},
metadata: [
{name: 'description', content: 'FINOS project documentation site blueprint.'},
{name: 'description', content: 'FINOS project documentation website blueprint.'},
{property: 'og:title', content: 'FINOS Project Blueprint'},
{property: 'og:description', content: 'FINOS project documentation site blueprint.'},
{property: 'og:image', content: 'https://raw.githubusercontent.com/finos/branding/3d34dbd3f897f98c1e89b3d8c9ac7b2644310095/finos-logos/icon/FINOS_Icon_RGB.svg'},
{property: 'og:description', content: 'FINOS project documentation website blueprint.'},
{property: 'og:image', content: 'https://raw.githubusercontent.com/finos/software-project-blueprint/main/website/static/img/feature/feature-img.png'},
{property: 'og:url', content: 'https://project-blueprint.finos.org/'},
{name: 'twitter:card', content: 'summary_large_image'},
{name: 'twitter:title', content: 'FINOS Project Blueprint'},
{name: 'twitter:description', content: 'FINOS project documentation site blueprint.'},
{name: 'twitter:image', content: 'https://raw.githubusercontent.com/finos/branding/3d34dbd3f897f98c1e89b3d8c9ac7b2644310095/finos-logos/icon/FINOS_Icon_RGB.svg'},
{name: 'twitter:description', content: 'FINOS project documentation website blueprint.'},
{name: 'twitter:image', content: 'https://raw.githubusercontent.com/finos/software-project-blueprint/main/website/static/img/feature/feature-img.png'},
],
footer: {
copyright: `Copyright © ${new Date().getFullYear()} ${projectName} - ${copyrightOwner}`,
Expand Down

0 comments on commit 1b84b53

Please sign in to comment.