fix rewrite

This commit is contained in:
martin-mfg
2025-09-18 15:49:00 +02:00
parent 615a0569f9
commit 2d35f61cf0
+4 -2
View File
@@ -4,10 +4,12 @@
{
"source": "/",
"destination": "https://github.com/anuraghazra/github-readme-stats"
},
}
],
"rewrites": [
{
"source": "/frontend/:match*",
"destination": "https://monorepo-test-frontend-neon.vercel.app/frontend/:match*"
"destination": "https://monorepo-test-frontend-neon.vercel.app/:match*"
}
]
}