mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: showing sitename in title
This commit is contained in:
parent
ebae9732c3
commit
daaa86fe3c
@ -2,7 +2,7 @@ import Head from 'next/head'
|
|||||||
|
|
||||||
const SEO = ({ title, description, image }:SEOProps):JSX.Element => {
|
const SEO = ({ title, description, image }:SEOProps):JSX.Element => {
|
||||||
return <Head>
|
return <Head>
|
||||||
<title>{title}</title>
|
<title>{title} - 한국 디스코드봇 리스트</title>
|
||||||
{ description && <meta
|
{ description && <meta
|
||||||
name="description"
|
name="description"
|
||||||
content={description}
|
content={description}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user