diff --git a/docusaurus.config.js b/docusaurus.config.js
index 07d6da5b..593ce059 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -8,7 +8,7 @@ const tailwindPlugin = require('./plugins/tailwind-plugin.cjs')
const config = {
title: 'Learning Prompt',
- tagline: '免费的 Prompt Engineering 教程',
+ tagline: 'Free Prompt Engineering and Midjourney tutorial.',
url: 'https://learningpromt.wiki',
baseUrl: '/',
onBrokenLinks: 'warn',
@@ -69,6 +69,7 @@ const config = {
hideable: true,
},
},
+ metadata: [{name: 'keywords', content: 'AI, Prompt Engineering, GPT-3, ChatGPT, Midjourney, Learning Prompt, AI, How to use Midjourney, How to use ChatGPT'}],
announcementBar: {
content:
'⭐ If you have any questions, feel free to join our Discord.⭐',
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index affe5c30..c2d40a39 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -11,7 +11,7 @@ export default function Home(): JSX.Element {
return (