Skip to content

Commit

Permalink
feat: structured data updates
Browse files Browse the repository at this point in the history
  • Loading branch information
novalagung committed May 17, 2023
1 parent 62827e9 commit 4f40b11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ const config = {
name: 'author', content: 'Noval Agung Prayogo',
},
{
name: 'og:image', content: 'https://dasarpemrogramanrust.novalagung.com/img/cover_media_share.png?v=1',
property: 'og:image', content: 'https://dasarpemrogramanrust.novalagung.com/img/cover_media_share.png?v=1',
},
{
property: 'og:type', content: 'article',
}
],
image: 'https://dasarpemrogramanrust.novalagung.com/img/cover_media_share.png?v=1',
Expand Down Expand Up @@ -130,8 +133,8 @@ const config = {
excludedRoutes: [ ],
verbose: true,
featuredImageDimensions: {
width: 1200,
height: 627,
width: 600,
height: 320,
},
authors: {
'Noval Agung Prayogo': {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@docusaurus/preset-classic": "^2.2.0",
"@docusaurus/theme-search-algolia": "^2.2.0",
"@mdx-js/react": "^1.6.22",
"@stackql/docusaurus-plugin-structured-data": "novalagung/docusaurus-plugin-structured-data",
"@stackql/docusaurus-plugin-structured-data": "adamstudiogh/docusaurus-plugin-structured-data",
"clsx": "^1.2.1",
"disqus-react": "^1.1.5",
"prism-react-renderer": "^1.3.5",
Expand Down

0 comments on commit 4f40b11

Please sign in to comment.