mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 22:10: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 => {
|
||||
return <Head>
|
||||
<title>{title}</title>
|
||||
<title>{title} - 한국 디스코드봇 리스트</title>
|
||||
{ description && <meta
|
||||
name="description"
|
||||
content={description}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user