add rewrite and commands for Vercel

This commit is contained in:
martin-mfg
2025-09-18 15:25:22 +02:00
parent e970d27f8e
commit 615a0569f9
3 changed files with 8 additions and 6 deletions
+4
View File
@@ -4,6 +4,10 @@
{
"source": "/",
"destination": "https://github.com/anuraghazra/github-readme-stats"
},
{
"source": "/frontend/:match*",
"destination": "https://monorepo-test-frontend-neon.vercel.app/frontend/:match*"
}
]
}
+1
View File
@@ -57,6 +57,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"homepage": "/frontend",
"eslintConfig": {
"extends": [
"react-app",
+3 -6
View File
@@ -1,8 +1,5 @@
{
"redirects": [
{
"source": "/",
"destination": "https://github.com/anuraghazra/github-readme-stats"
}
]
"buildCommand": "yarn build-trends",
"outputDirectory": "build",
"installCommand": "yarn install"
}