From dc7f3cbfeab76da464d5cac783729507a541343b Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Wed, 21 Aug 2019 15:33:07 -0700 Subject: [PATCH] use hostname instead --- now.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/now.json b/now.json index 6f9c560..13f15f7 100644 --- a/now.json +++ b/now.json @@ -1,6 +1,6 @@ { "name": "carbon", - "alias": "https://carbon.now.sh", + "alias": "carbon.now.sh", "version": 2, "public": true, "builds": [{ "src": "package.json", "use": "@now/next" }],