mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
add og:image/logo meta (#206)
Reviewed-on: https://gitea.com/gitea/docs/pulls/206 Reviewed-by: techknowlogick <[email protected]> Co-authored-by: Kerwin Bryant <[email protected]> Co-committed-by: Kerwin Bryant <[email protected]>
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