From 282874401350d2b4ea37da432dc831fbf9746135 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Wed, 21 Aug 2019 15:32:10 -0700 Subject: [PATCH] add alias to now.json --- now.json | 1 + 1 file changed, 1 insertion(+) diff --git a/now.json b/now.json index 90b6593..6f9c560 100644 --- a/now.json +++ b/now.json @@ -1,5 +1,6 @@ { "name": "carbon", + "alias": "https://carbon.now.sh", "version": 2, "public": true, "builds": [{ "src": "package.json", "use": "@now/next" }],