feat: showing sitename in title

This commit is contained in:
원더 2021-01-07 23:59:37 +09:00
parent ebae9732c3
commit daaa86fe3c

View File

@ -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}