From a42e6a60ab50c17af895b02aa6786cdc4e6bb9c3 Mon Sep 17 00:00:00 2001 From: Amio Date: Tue, 18 Sep 2018 13:29:30 +0800 Subject: [PATCH] chore: disable auto alias for now-github integration --- now.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/now.json b/now.json index 407c34f..8eed0bc 100644 --- a/now.json +++ b/now.json @@ -16,5 +16,8 @@ ], "engines": { "node": "^10.0.0" + }, + "github": { + "autoAlias": false } }