From e28e6b983012039b601d126bac82c15fa538204b Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Thu, 27 Jan 2022 18:21:45 -0600 Subject: [PATCH] Rename `now.json` to `vercel.json` (#115) --- now.json => vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename now.json => vercel.json (95%) diff --git a/now.json b/vercel.json similarity index 95% rename from now.json rename to vercel.json index cace29b..7ae9a3d 100644 --- a/now.json +++ b/vercel.json @@ -2,4 +2,4 @@ "github": { "silent": true } -} \ No newline at end of file +}