fix: Add Vercel serverless function for error reporting

This commit is contained in:
2026-01-02 15:41:57 +01:00
parent 84a6de8eef
commit 1182a858a9
2 changed files with 112 additions and 0 deletions

8
vercel.json Normal file
View File

@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/api/report-error",
"destination": "/api"
}
]
}