From bdb842f805c60d8f26ef2f1df413654843d649ba Mon Sep 17 00:00:00 2001 From: wryk Date: Fri, 5 Nov 2021 20:35:24 +0100 Subject: [PATCH] upgrade to vercel instead of now --- .gitignore | 3 +-- now.json => vercel.json | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename now.json => vercel.json (100%) diff --git a/.gitignore b/.gitignore index b8ab5de..98bd663 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ node_modules -dist public .cache .env -.now \ No newline at end of file +.vercel diff --git a/now.json b/vercel.json similarity index 100% rename from now.json rename to vercel.json