Skip to content

Commit

Permalink
优化首页 SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingjimmy committed Aug 30, 2023
1 parent 9fa8c90 commit de54fd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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 <a target="_blank" href="https://discord.gg/B7Z7wjuUPg">Discord</a>.⭐',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Home(): JSX.Element {
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
description="Free Prompt Engineering and Midjourney tutorial."
>
<HeroSection />
<div className="relative">
Expand Down

1 comment on commit de54fd8

@vercel
Copy link

@vercel vercel bot commented on de54fd8 Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.