No Output Directory named "dist" found after the Build completed.

I have a django project that uses django-tailwind. I am trying to deploy on Vercel but when I do I receive this error:

Build Failed - No Output Directory named “dist” found after the Build completed. You can configure the Output Directory in your Project Settings.

When it does deploy on Vercel, it only reads the html files and not the css.

Because of django-tailwind, I have a theme app. The dist directory is there theme\static\css\dist

I’m also making sure to run collectstatic before deploying. From my settings, its being properly collected to a folder called collectstatic_build.

I determined that path in my vercel.json as well.

I’d really appreciate any advice on where to go from here. Thank you very much! :grin: