Is it a good ideia to use Strapi as an admin panel for Supabase?

This is how things are going:

I created a Vue app, a Strapi project and a Supabase account. Locally, I connected Strapi to Supabase and almost everything is working fine.

Then, I deployed the Vue app and the Strapi project to Vercel.
In the case of Strapi, I set the /build folder to be the output directory. The problem is index.html is looking for an /admin folder, which doesn’t exist.

Do you know how to fix this?