mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
Update vercel.json
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
"version": 2,
|
||||
"builds": [
|
||||
{
|
||||
"src": "./venv/index.py",
|
||||
"src": "./index.py",
|
||||
"use": "@vercel/python"
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "./venv/(.*)",
|
||||
"src": "/(.*)",
|
||||
"dest": "/"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user