From 3edef8ef124ef7d67b5a5643b0d42de0e26e3de4 Mon Sep 17 00:00:00 2001 From: Adam Grohs Date: Wed, 29 May 2019 12:56:36 -0500 Subject: [PATCH] fix: added now version, updated alias --- now.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/now.json b/now.json index 61daf02..2526c8a 100644 --- a/now.json +++ b/now.json @@ -1,9 +1,10 @@ { + "version": 2, "name": "demo-serverless-oauth", - "alias": "particular-demo-serverless-oauth.now.sh", + "alias": "particular-serverless-oauth.now.sh", "env": { "NODE_ENV": "production", - "DEPLOYED_URI": "https://particular-demo-serverless-oauth.now.sh", + "DEPLOYED_URI": "https://particular-serverless-oauth.now.sh", "SHOPIFY_OAUTH_SCOPES": "@demo-shopify-oauth-scopes", "SHOPIFY_API_KEY": "@demo-shopify-api-key", "SHOPIFY_API_SECRET": "@demo-shopify-api-secret",