From de54fd8977a3544532937b73afdd1c56fb03b4e0 Mon Sep 17 00:00:00 2001 From: thinkingjimmy Date: Wed, 30 Aug 2023 15:33:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=20SEO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.js | 3 ++- src/pages/index.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 (