mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 04:00:10 +09:00
Add SEO component on minecraft/
This commit is contained in:
parent
d9279ee88f
commit
1287e54b43
@ -25,6 +25,9 @@ import gfm from 'remark-gfm';
|
||||
import ja from '../docs/minecraft/ja.md'
|
||||
import en from '../docs/minecraft/en.md'
|
||||
|
||||
// next-seo
|
||||
import { NextSeo } from 'next-seo';
|
||||
|
||||
export default function About(props) {
|
||||
const router = useRouter()
|
||||
|
||||
@ -38,6 +41,11 @@ export default function About(props) {
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<NextSeo
|
||||
title="yude.jp Minecraft マルチプレイ"
|
||||
description="yude.jp 上に設置されている Minecraft: Java Edition のマルチプレイサーバーについて"
|
||||
/>
|
||||
<Layout title={t('title')}>
|
||||
|
||||
<div>
|
||||
@ -87,5 +95,6 @@ export default function About(props) {
|
||||
|
||||
</div>
|
||||
</Layout>
|
||||
</>
|
||||
)
|
||||
}
|
Loading…
Reference in New Issue
Block a user