Skip to content

Commit

Permalink
Add Image for SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoyim committed Nov 30, 2024
1 parent 7bc3599 commit 07d082e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ const config: Config = {
],

themeConfig: {
image: 'img/autoparams.png',
metadata: [
{ name: 'description', content: 'AutoParams is a versatile test data generator designed for parameterized tests in Java and Kotlin, drawing inspiration from AutoFixture.' },
{ name: 'google-site-verification', content: 'JTQC3Qse5xJxBr7GLaV4aYsN43IKAOO0pUhBayPB0wk'},
{ property: 'og:site_name', content: 'AutoParams' }
{ property: 'og:site_name', content: 'AutoParams' },
{ property: 'og:image', content: 'https://autoparamssample.github.io/img/autoparams.png' }
],
navbar: {
title: 'AutoParams',
Expand Down
Binary file added static/img/autoparams.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07d082e

Please sign in to comment.