From 330c5c045cdd75aaf6a48501206bfe36cfae890f Mon Sep 17 00:00:00 2001 From: Vishal Saranathan <33394085+VishalS99@users.noreply.github.com> Date: Sun, 17 Sep 2023 10:59:27 -0400 Subject: [PATCH] Delete CNAME --- .gitignore | 1 + CNAME | 1 - backend/vercel.json | 14 -------------- 3 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 CNAME delete mode 100644 backend/vercel.json diff --git a/.gitignore b/.gitignore index 0fa4625..5601ede 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ env __pycache__ */flask_session */*.sql +*/build \ No newline at end of file diff --git a/CNAME b/CNAME deleted file mode 100644 index d1b535d..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -vishalsaranathan.me \ No newline at end of file diff --git a/backend/vercel.json b/backend/vercel.json deleted file mode 100644 index 5df09ca..0000000 --- a/backend/vercel.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "builds":[ - { - "src": "application.py", - "use": "@vercel/python" - } - ], - "routes":[ - { - "src":"/(.*)", - "dest":"application.py" - } - ] -} \ No newline at end of file