From 0b82571f3fcda055676dc10273717d773c20e59d Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Tue, 23 Apr 2019 11:41:21 +0900 Subject: [PATCH] =?UTF-8?q?amp=E5=A4=96=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/_app.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 pages/_app.ts diff --git a/pages/_app.ts b/pages/_app.ts deleted file mode 100644 index 43a83ab..0000000 --- a/pages/_app.ts +++ /dev/null @@ -1,4 +0,0 @@ -import App from "next/app"; -import { withAmp } from "next/amp"; - -export default withAmp(App);