From daaa86fe3c35fea56316933913a7492da2037eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 7 Jan 2021 23:59:37 +0900 Subject: [PATCH] feat: showing sitename in title --- components/SEO.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/SEO.tsx b/components/SEO.tsx index 3e814c3..1a21528 100644 --- a/components/SEO.tsx +++ b/components/SEO.tsx @@ -2,7 +2,7 @@ import Head from 'next/head' const SEO = ({ title, description, image }:SEOProps):JSX.Element => { return - {title} + {title} - 한국 디스코드봇 리스트 { description &&