From ea8ad6a98418510ba0936abab35ed69ef06ef8c2 Mon Sep 17 00:00:00 2001 From: Abhinandan Arya Date: Sun, 25 Apr 2021 17:31:45 +0530 Subject: [PATCH] delete config file #55 --- lib/config.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 lib/config.js diff --git a/lib/config.js b/lib/config.js deleted file mode 100644 index 08290082a..000000000 --- a/lib/config.js +++ /dev/null @@ -1 +0,0 @@ -export const config = { amp: 'hybrid' };