Changing aliases by alias in the now.json file
1 files changed, 1 insertions(+), 3 deletions(-) M now.json
M now.json => now.json +1 -3
@@ 1,8 1,6 @@ { "name": "get-instagram-picture", - "aliases": [ - "get-instagram-picture.now.sh" - ], + "alias": "get-instagram-picture.now.sh", "env": { "NODE_ENV": "production" },