mirror of
https://github.com/Galax028/startpage.git
synced 2024-11-28 17:43:11 +01:00
15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "./proxy.py",
|
|
"use": "@vercel/python"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/"
|
|
}
|
|
]
|
|
} |