Skip to content

Commit

Permalink
Fix site og:site_name
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoyim committed Nov 30, 2024
1 parent 3a024f5 commit 7bc3599
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,7 +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' }
{ property: 'og:site_name', content: 'AutoParams' }
],
navbar: {
title: 'AutoParams',
Expand Down

0 comments on commit 7bc3599

Please sign in to comment.