diff --git a/pages/index.mdx b/pages/index.mdx
index eb95a72..4a21095 100644
--- a/pages/index.mdx
+++ b/pages/index.mdx
@@ -1,4 +1,4 @@
-# Anse
+# DOC
**Anse** is a fully optimized UI for AI Chats. It has built-in support for platforms such as [OpenAI](https://openai.com/), [Replicate](https://replicate.com/), and is easy to extend.
@@ -10,4 +10,4 @@
- **๐ฌ Session Record Saving** - We use `IndexDB` to store local data, it will not be uploaded to the server, security issues are guaranteed.
- **๐ Multiple Session Modes** - Provides different conversations modes๏ผsupport `Single Conversation`, `Continuous Conversation`, `OpenAI Image Generation`ใ`Stable Diffusion` and more.
- **๐ Improved UI Experience** - We have refactored the website UI for the previous version, optimized a lot of details, and also adapted to `mobile end` and `dark mode`.
-- **๐ One-Click Deployment** - Support one-click deployment, abandoned use environment variables, you can refer to our documentation to deploy the website to [Vercel](https://vercel.com/), [Netlify](https://www.netlify.com/), `Docker`, `Node` and other platforms.
\ No newline at end of file
+- **๐ One-Click Deployment** - Support one-click deployment, abandoned use environment variables, you can refer to our documentation to deploy the website to [Vercel](https://vercel.com/), [Netlify](https://www.netlify.com/), `Docker`, `Node` and other platforms.
diff --git a/theme.config.jsx b/theme.config.jsx
index b70821e..41e7499 100644
--- a/theme.config.jsx
+++ b/theme.config.jsx
@@ -1,7 +1,7 @@
import { useConfig } from 'nextra-theme-docs'
export default {
- logo: Anse Docs,
+ logo: Docs,
project: {
link: 'https://github.com/anse-app/anse',
},
@@ -25,4 +25,4 @@ export default {
dark: 192,
light: 278,
},
-}
\ No newline at end of file
+}