chore: update docusaurus config for seo
This commit is contained in:
parent
1c8b4d9285
commit
927136e3fb
@ -7,7 +7,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
|||||||
/** @type {import('@docusaurus/types').Config} */
|
/** @type {import('@docusaurus/types').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
title: 'Tianji',
|
title: 'Tianji',
|
||||||
tagline: 'Insight into everything',
|
tagline:
|
||||||
|
'Insight into everything. Brings all your commonly used tools together in one place',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
|
|
||||||
// Set the production url of your site here
|
// Set the production url of your site here
|
||||||
@ -63,6 +64,14 @@ const config = {
|
|||||||
({
|
({
|
||||||
// Replace with your project's social card
|
// Replace with your project's social card
|
||||||
image: 'img/social-card.png',
|
image: 'img/social-card.png',
|
||||||
|
metadata: [
|
||||||
|
{
|
||||||
|
name: 'keywords',
|
||||||
|
content:
|
||||||
|
'tianji, umami, uptime, kuma, website, analysis, monitor, serverstatus, opensource, free, docker',
|
||||||
|
},
|
||||||
|
{ name: 'twitter:card', content: 'summary_large_image' },
|
||||||
|
],
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'Tianji',
|
title: 'Tianji',
|
||||||
logo: {
|
logo: {
|
||||||
|
Loading…
Reference in New Issue
Block a user