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",