mirror of
https://gitea.com/gitea/docs.git
synced 2025-07-31 02:53:44 +00:00
add og:image/logo meta (#206)
Reviewed-on: https://gitea.com/gitea/docs/pulls/206 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: Kerwin Bryant <kerwin612@qq.com> Co-committed-by: Kerwin Bryant <kerwin612@qq.com>
This commit is contained in:

committed by
techknowlogick

parent
cc53afc60e
commit
d5945b5091
@ -336,7 +336,12 @@ const config = {
|
||||
themeConfig:
|
||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||
({
|
||||
image: '/img/gitea.svg',
|
||||
metadata: [
|
||||
{
|
||||
name: 'og:logo',
|
||||
content: '/img/gitea.svg'
|
||||
},
|
||||
{
|
||||
name: "keywords",
|
||||
content:
|
||||
|
Reference in New Issue
Block a user