From 88dc894050d5cf3495bdcb177ef44f4117a037fc Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Wed, 20 May 2026 13:48:08 +0200 Subject: [PATCH] fix(vercel): remove manual rewrites, rely on Vercel auto-detection of /api/ functions --- vercel.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vercel.json b/vercel.json index 6b3e112..e3184db 100644 --- a/vercel.json +++ b/vercel.json @@ -1,12 +1,4 @@ { - "rewrites": [ - { "source": "/api/dropbox-proxy", "destination": "/api/dropbox-proxy.js" }, - { "source": "/api/dropbox-sync", "destination": "/api/dropbox-sync.js" }, - { "source": "/api/bc-proxy", "destination": "/api/bc-proxy.js" }, - { "source": "/api/bc-export", "destination": "/api/bc-export.js" }, - { "source": "/api/backup", "destination": "/api/backup.js" }, - { "source": "/api/users-admin", "destination": "/api/users-admin.js" } - ], "headers": [ { "source": "/(.*)",