From f308a34806c0e183f6ab217c3cfe8cb85ea33404 Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Fri, 12 Nov 2021 21:39:38 +0100 Subject: [PATCH] vercel: add initial configuration --- vercel.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..aa70976 --- /dev/null +++ b/vercel.json @@ -0,0 +1,6 @@ +{ + "rewrites": [ + { "source": "/", "destination": "/install-poetry.py" } + ] +} +