mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 02:37:42 +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:
|
themeConfig:
|
||||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||||
({
|
({
|
||||||
|
image: '/img/gitea.svg',
|
||||||
metadata: [
|
metadata: [
|
||||||
|
{
|
||||||
|
name: 'og:logo',
|
||||||
|
content: '/img/gitea.svg'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "keywords",
|
name: "keywords",
|
||||||
content:
|
content:
|
||||||
|
|||||||
Reference in New Issue
Block a user