refactor: improve SEO description
This commit is contained in:
parent
2a3e232f55
commit
4ed941b013
@ -7,7 +7,7 @@ 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: 'All-in-One Insight Hub',
|
tagline: 'All-in-One Insight Hub. Tianji = Website Analytics + Uptime Monitor + Server Status',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
|
|
||||||
// Set the production url of your site here
|
// Set the production url of your site here
|
||||||
|
@ -16,9 +16,9 @@ function HomepageHeader() {
|
|||||||
<div className="text-center mt-10">
|
<div className="text-center mt-10">
|
||||||
<LogoSvg className="w-40 h-40" />
|
<LogoSvg className="w-40 h-40" />
|
||||||
<h1 className="text-5xl">
|
<h1 className="text-5xl">
|
||||||
<span className="text-gradient font-bold">{siteConfig.title}</span>
|
<span className="text-gradient font-bold">Tianji</span>
|
||||||
</h1>
|
</h1>
|
||||||
<p className="opacity-60 text-2xl">{siteConfig.tagline}</p>
|
<p className="opacity-60 text-2xl">All-in-One Insight Hub</p>
|
||||||
<div className="text-xl">
|
<div className="text-xl">
|
||||||
<span className="text-gradient font-bold">Tianji</span> ={' '}
|
<span className="text-gradient font-bold">Tianji</span> ={' '}
|
||||||
<span className="underline font-semibold">Website Analytics</span> +{' '}
|
<span className="underline font-semibold">Website Analytics</span> +{' '}
|
||||||
|
Loading…
Reference in New Issue
Block a user