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} */
|
||||
const config = {
|
||||
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',
|
||||
|
||||
// Set the production url of your site here
|
||||
|
@ -16,9 +16,9 @@ function HomepageHeader() {
|
||||
<div className="text-center mt-10">
|
||||
<LogoSvg className="w-40 h-40" />
|
||||
<h1 className="text-5xl">
|
||||
<span className="text-gradient font-bold">{siteConfig.title}</span>
|
||||
<span className="text-gradient font-bold">Tianji</span>
|
||||
</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">
|
||||
<span className="text-gradient font-bold">Tianji</span> ={' '}
|
||||
<span className="underline font-semibold">Website Analytics</span> +{' '}
|
||||
|
Loading…
Reference in New Issue
Block a user