Skip to content

Commit

Permalink
Add site_name meta information
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoyim committed Nov 25, 2024
1 parent ed4d33e commit 3a024f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const config: Config = {
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'},
{ name: 'og:site_name', content: 'AutoParams' }
],
navbar: {
title: 'AutoParams',
Expand All @@ -76,7 +77,6 @@ const config: Config = {
},
{
href: 'https://github.com/AutoParams/AutoParams',
// label: 'GitHub',
position: 'right',
className: 'header-github-link',
'aria-label': 'GitHub repository',
Expand Down

0 comments on commit 3a024f5

Please sign in to comment.