change build src

This commit is contained in:
hillerliao
2022-05-12 23:07:09 +08:00
parent bc8548eccd
commit 45480e425b

View File

@@ -2,14 +2,14 @@
"version": 2,
"builds": [
{
"src": "./main.py",
"src": "./rsshub/bluerpints/main.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": ""
"dest": "/"
}
]
}