From dd0c8b55c622bde254f2f8a3fec7f4b63d55c788 Mon Sep 17 00:00:00 2001 From: Gyles Fohl Date: Wed, 21 Aug 2024 11:38:47 -0500 Subject: [PATCH] remove output --- .gitignore | 1 + .prettierignore | 1 + .vercel/output/config.json => vercel.json | 0 3 files changed, 2 insertions(+) rename .vercel/output/config.json => vercel.json (100%) diff --git a/.gitignore b/.gitignore index 06d45a9..57eac27 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules /build .env .env.production +.vercel stats.html diff --git a/.prettierignore b/.prettierignore index 1ca7b51..2959ec2 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,4 +3,5 @@ node_modules package.json package-lock.json .cache +.vercel stats.html \ No newline at end of file diff --git a/.vercel/output/config.json b/vercel.json similarity index 100% rename from .vercel/output/config.json rename to vercel.json