1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-09-13 13:17:11 -04:00

vercel: add initial configuration

This commit is contained in:
Arun Babu Neelicattu 2021-11-12 21:39:38 +01:00
parent 75536e9b5d
commit f308a34806

6
vercel.json Normal file
View file

@ -0,0 +1,6 @@
{
"rewrites": [
{ "source": "/", "destination": "/install-poetry.py" }
]
}