From bc884b20442151148123eea405a0e1f1f4200b31 Mon Sep 17 00:00:00 2001 From: Kuitos Date: Mon, 23 May 2022 15:56:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20migrate=20doc=20scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- now.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 now.json diff --git a/now.json b/now.json deleted file mode 100644 index 6ce651a..0000000 --- a/now.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "qiankun", - "scope": "chencheng", - "version": 2, - "builds": [{ "src": "./dist/**", "use": "@now/static" }], - "build": { - "env": { - "NOW_DEPLOY": "true" - } - }, - "github": { - "enable": false - }, - "alias": ["qiankun.umijs.org"] -}