docs: fix README/website style problem

This commit is contained in:
moonrailgun 2024-01-27 15:59:46 +08:00
parent 814c7bf237
commit 63a3e7c781
4 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Tianji
<img src="./public/icon.svg" width="128" />
<img src="./website/static/img/logo.svg" width="128" />
**Insight into everything**

View File

@ -1,6 +1,6 @@
# 天机 Tianji
<img src="./public/icon.svg" width="128" />
<img src="./website/static/img/logo.svg" width="128" />
**洞察一切**

View File

@ -7,8 +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',
favicon: 'img/favicon.ico',
// Set the production url of your site here

View File

@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};