15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"buildCommand": "npm install && ../vercel-preparation.sh",
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"destination": "https://github.com/anuraghazra/github-readme-stats"
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/frontend/:match*",
|
|
"destination": "https://monorepo-test-frontend-neon.vercel.app/:match*"
|
|
}
|
|
]
|
|
} |