From b3ffe82d021c7b553b56b6dc3e4029e438123a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 7 Jan 2021 01:20:15 +0900 Subject: [PATCH] chore: just 404 --- pages/404.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/404.tsx b/pages/404.tsx index 353c68e..d4f0e70 100644 --- a/pages/404.tsx +++ b/pages/404.tsx @@ -2,8 +2,8 @@ import { NextPage } from 'next' import Container from '../components/Container' const NotFound: NextPage = () => { - return -

GG

+ return +

Not Found

}