Vite React App white screen on Vercel deploy

Hi, and welcome, @frankwoodling!

I wonder if you change your base to:

base: '/',

if that works?

I have a theory that by setting base: '/', you’re ensuring that all asset URLs are generated relative to the root path. This is typically what you want when deploying to Vercel unless your app is meant to be served from a subdirectory.

Can you give that a go?