From 3a024f5d4b5e7565b77be4cf35696f677b8c9bb3 Mon Sep 17 00:00:00 2001 From: Jinho Yim Date: Mon, 25 Nov 2024 18:41:52 +0900 Subject: [PATCH] Add site_name meta information --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 55006f1..b8848eb 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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', @@ -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',